Html Css Color HEX #BDBEFF Lavender Blue

📋 copy color: '#BDBEFF'

red 189 ◦ green 190 ◦ blue 255

#BDBEFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #BDBEFF

Tints of Lavender Blue #BDBEFF

RGB

 RED value IS 189 (74.22% from 255) = 29.81%

 GREEN value IS 190 (74.61% from 255) = 29.97%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 29.81%
G = 29.97%
B = 40.22%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDBEFF (or 0xBDBEFF) is known color: Lavender Blue. HEX triplet: BD, BE and FF. RGB value is (189,190,255). Sum of RGB (Red+Green+Blue) = 189+190+255=634 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.81% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEFF is #424100. Grayscale: #C4C4C4. Windows color (decimal): -4342017 or 16760509. OLE color: 16760509.

HSL color Cylindrical-coordinate representation of color #BDBEFF: hue angle of 239.09º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBEFF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 190 255 -
CMYK 0.26 0.25 0 0
HSL 239.09º 1% 0.87% -
HSV(B) 239.09º 0.26% 1% -
XYZ 57.45 54.87 102.17 -
YUV 197.11 160.67 122.21 -
System Red Green Blue C M Y K H S L
Decimal 189 190 255 0.26 0.25 0 0 239.09 1 0.87
Hex BD BE FF 1A 19 0 0 EF 64 57
Octal 275 276 377 32 31 0 0 357 144 127
Binary 10111101 10111110 11111111 11010 11001 0 0 11101111 1100100 1010111

Color Harmonies of #BDBEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBEFF

Black with #BDBEFF

Text Example


Text Example

White with #BDBEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBEFF; }

 p { color: rgb(189,190,255); }

 H1.HeaderClassName
 {
   color: #BDBEFF;
 }
 .AnyTagClassName
 {
   color: #BDBEFF;
 }
</style>

background-color css

<style>
 a { background-color: #BDBEFF; }

 a { background-color: rgb(189,190,255); }

 div.DivClassName
 {
   background-color: #BDBEFF;
 }
 .BgClassName
 {
   background-color: #BDBEFF;
 }
</style>

border-color css

<style>
 span { border-color: #BDBEFF; }

 span { border-color: rgb(189,190,255); }

 td.TdClassName
 {
   border-color: #BDBEFF;
 }
 .TagClassName
 {
   border-color: #BDBEFF;
 }
</style>