Html Css Color HEX #BCCAFF Lavender Blue

📋 copy color: '#BCCAFF'

red 188 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #BCCAFF

Tints of Lavender Blue #BCCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.32%

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

R = 29.15%
G = 31.32%
B = 39.53%

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

#BCCAFF (or 0xBCCAFF) is known color: Lavender Blue. HEX triplet: BC, CA and FF. RGB value is (188,202,255). Sum of RGB (Red+Green+Blue) = 188+202+255=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCCAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAFF is #433500. Grayscale: #CBCBCB. Windows color (decimal): -4404481 or 16763580. OLE color: 16763580.

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

Color convert

RGB 188 202 255 -
CMYK 0.26 0.21 0 0
HSL 227.46º 1% 0.87% -
HSV(B) 227.46º 0.26% 1% -
XYZ 59.91 60.15 103.06 -
YUV 203.86 156.86 116.69 -
System Red Green Blue C M Y K H S L
Decimal 188 202 255 0.26 0.21 0 0 227.46 1 0.87
Hex BC CA FF 1A 15 0 0 E3 64 57
Octal 274 312 377 32 25 0 0 343 144 127
Binary 10111100 11001010 11111111 11010 10101 0 0 11100011 1100100 1010111

Color Harmonies of #BCCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAFF

Black with #BCCAFF

Text Example


Text Example

White with #BCCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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