Html Css Color HEX #BBC4FF Lavender Blue

📋 copy color: '#BBC4FF'

red 187 ◦ green 196 ◦ blue 255

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

Shades of Lavender Blue #BBC4FF

Tints of Lavender Blue #BBC4FF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.72%

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

R = 29.31%
G = 30.72%
B = 39.97%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBC4FF (or 0xBBC4FF) is known color: Lavender Blue. HEX triplet: BB, C4 and FF. RGB value is (187,196,255). Sum of RGB (Red+Green+Blue) = 187+196+255=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4FF is #443B00. Grayscale: #C7C7C7. Windows color (decimal): -4471553 or 16762043. OLE color: 16762043.

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

Color convert

RGB 187 196 255 -
CMYK 0.27 0.23 0 0
HSL 232.06º 1% 0.87% -
HSV(B) 232.06º 0.27% 1% -
XYZ 58.28 57.26 102.59 -
YUV 200.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 187 196 255 0.27 0.23 0 0 232.06 1 0.87
Hex BB C4 FF 1B 17 0 0 E8 64 57
Octal 273 304 377 33 27 0 0 350 144 127
Binary 10111011 11000100 11111111 11011 10111 0 0 11101000 1100100 1010111

Color Harmonies of #BBC4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4FF

Black with #BBC4FF

Text Example


Text Example

White with #BBC4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4FF; }

 p { color: rgb(187,196,255); }

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

background-color css

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

 a { background-color: rgb(187,196,255); }

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

border-color css

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

 span { border-color: rgb(187,196,255); }

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