Html Css Color HEX #BCC9FF Lavender Blue

📋 copy color: '#BCC9FF'

red 188 ◦ green 201 ◦ blue 255

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

Shades of Lavender Blue #BCC9FF

Tints of Lavender Blue #BCC9FF

RGB

 RED value IS 188 (73.83% from 255) = 29.19%

 GREEN value IS 201 (78.91% from 255) = 31.21%

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

R = 29.19%
G = 31.21%
B = 39.6%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCC9FF (or 0xBCC9FF) is known color: Lavender Blue. HEX triplet: BC, C9 and FF. RGB value is (188,201,255). Sum of RGB (Red+Green+Blue) = 188+201+255=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCC9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9FF is #433600. Grayscale: #CBCBCB. Windows color (decimal): -4404737 or 16763324. OLE color: 16763324.

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

Color convert

RGB 188 201 255 -
CMYK 0.26 0.21 0 0
HSL 228.36º 1% 0.87% -
HSV(B) 228.36º 0.26% 1% -
XYZ 59.68 59.68 102.98 -
YUV 203.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 188 201 255 0.26 0.21 0 0 228.36 1 0.87
Hex BC C9 FF 1A 15 0 0 E4 64 57
Octal 274 311 377 32 25 0 0 344 144 127
Binary 10111100 11001001 11111111 11010 10101 0 0 11100100 1100100 1010111

Color Harmonies of #BCC9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9FF

Black with #BCC9FF

Text Example


Text Example

White with #BCC9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9FF; }

 p { color: rgb(188,201,255); }

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

background-color css

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

 a { background-color: rgb(188,201,255); }

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

border-color css

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

 span { border-color: rgb(188,201,255); }

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