Html Css Color HEX #BDCCFF Lavender Blue

📋 copy color: '#BDCCFF'

red 189 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #BDCCFF

Tints of Lavender Blue #BDCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.48%

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

R = 29.17%
G = 31.48%
B = 39.35%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDCCFF (or 0xBDCCFF) is known color: Lavender Blue. HEX triplet: BD, CC and FF. RGB value is (189,204,255). Sum of RGB (Red+Green+Blue) = 189+204+255=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 204 (80.08% from 255 or 31.48% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCFF is #423300. Grayscale: #CDCDCD. Windows color (decimal): -4338433 or 16764093. OLE color: 16764093.

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

Color convert

RGB 189 204 255 -
CMYK 0.26 0.2 0 0
HSL 226.36º 1% 0.87% -
HSV(B) 226.36º 0.26% 1% -
XYZ 60.63 61.22 103.23 -
YUV 205.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 189 204 255 0.26 0.2 0 0 226.36 1 0.87
Hex BD CC FF 1A 14 0 0 E2 64 57
Octal 275 314 377 32 24 0 0 342 144 127
Binary 10111101 11001100 11111111 11010 10100 0 0 11100010 1100100 1010111

Color Harmonies of #BDCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCCFF

Black with #BDCCFF

Text Example


Text Example

White with #BDCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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