Html Css Color HEX #BCCAFE Lavender Blue

📋 copy color: '#BCCAFE'

red 188 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #BCCAFE

Tints of Lavender Blue #BCCAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.44%

R = 29.19%
G = 31.37%
B = 39.44%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCCAFE (or 0xBCCAFE) is known color: Lavender Blue. HEX triplet: BC, CA and FE. RGB value is (188,202,254). Sum of RGB (Red+Green+Blue) = 188+202+254=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCAFE is #433501. Grayscale: #CBCBCB. Windows color (decimal): -4404482 or 16698044. OLE color: 16698044.

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

Color convert

RGB 188 202 254 -
CMYK 0.26 0.20 0 0.00
HSL 227.27º 0.97% 0.87% -
HSV(B) 227.27º 0.26% 1% -
XYZ 59.75 60.09 102.22 -
YUV 203.74 156.36 116.77 -
System Red Green Blue C M Y K H S L
Decimal 188 202 254 0.26 0.20 0 0.00 227.27 0.97 0.87
Hex BC CA FE 1A 14 0 0 E3 61 57
Octal 274 312 376 32 24 0 0 343 141 127
Binary 10111100 11001010 11111110 11010 10100 0 0 11100011 1100001 1010111

Color Harmonies of #BCCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAFE

Black with #BCCAFE

Text Example


Text Example

White with #BCCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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