Html Css Color HEX #BDC6FF Lavender Blue

📋 copy color: '#BDC6FF'

red 189 ◦ green 198 ◦ blue 255

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

Shades of Lavender Blue #BDC6FF

Tints of Lavender Blue #BDC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.84%

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

R = 29.44%
G = 30.84%
B = 39.72%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDC6FF (or 0xBDC6FF) is known color: Lavender Blue. HEX triplet: BD, C6 and FF. RGB value is (189,198,255). Sum of RGB (Red+Green+Blue) = 189+198+255=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6FF is #423900. Grayscale: #C9C9C9. Windows color (decimal): -4339969 or 16762557. OLE color: 16762557.

HSL color Cylindrical-coordinate representation of color #BDC6FF: hue angle of 231.82º 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 #BDC6FF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 198 255 -
CMYK 0.26 0.22 0 0
HSL 231.82º 1% 0.87% -
HSV(B) 231.82º 0.26% 1% -
XYZ 59.23 58.43 102.76 -
YUV 201.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 189 198 255 0.26 0.22 0 0 231.82 1 0.87
Hex BD C6 FF 1A 16 0 0 E8 64 57
Octal 275 306 377 32 26 0 0 350 144 127
Binary 10111101 11000110 11111111 11010 10110 0 0 11101000 1100100 1010111

Color Harmonies of #BDC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC6FF

Black with #BDC6FF

Text Example


Text Example

White with #BDC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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