Html Css Color HEX #BBCAFE Lavender Blue

📋 copy color: '#BBCAFE'

red 187 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #BBCAFE

Tints of Lavender Blue #BBCAFE

RGB

 RED value IS 187 (73.44% from 255) = 29.08%

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

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

R = 29.08%
G = 31.42%
B = 39.5%

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

#BBCAFE (or 0xBBCAFE) is known color: Lavender Blue. HEX triplet: BB, CA and FE. RGB value is (187,202,254). Sum of RGB (Red+Green+Blue) = 187+202+254=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCAFE is #443501. Grayscale: #CBCBCB. Windows color (decimal): -4470018 or 16698043. OLE color: 16698043.

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

Color convert

RGB 187 202 254 -
CMYK 0.26 0.20 0 0.00
HSL 226.57º 0.97% 0.86% -
HSV(B) 226.57º 0.26% 1% -
XYZ 59.5 59.96 102.2 -
YUV 203.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 187 202 254 0.26 0.20 0 0.00 226.57 0.97 0.86
Hex BB CA FE 1A 14 0 0 E3 61 56
Octal 273 312 376 32 24 0 0 343 141 126
Binary 10111011 11001010 11111110 11010 10100 0 0 11100011 1100001 1010110

Color Harmonies of #BBCAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAFE

Black with #BBCAFE

Text Example


Text Example

White with #BBCAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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