Html Css Color HEX #BBC4FE Lavender Blue

📋 copy color: '#BBC4FE'

red 187 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #BBC4FE

Tints of Lavender Blue #BBC4FE

RGB

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

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

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

R = 29.36%
G = 30.77%
B = 39.87%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBC4FE (or 0xBBC4FE) is known color: Lavender Blue. HEX triplet: BB, C4 and FE. RGB value is (187,196,254). Sum of RGB (Red+Green+Blue) = 187+196+254=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4FE is #443B01. Grayscale: #C7C7C7. Windows color (decimal): -4471554 or 16696507. OLE color: 16696507.

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

Color convert

RGB 187 196 254 -
CMYK 0.26 0.23 0 0.00
HSL 231.94º 0.97% 0.86% -
HSV(B) 231.94º 0.26% 1% -
XYZ 58.12 57.2 101.74 -
YUV 199.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 187 196 254 0.26 0.23 0 0.00 231.94 0.97 0.86
Hex BB C4 FE 1A 17 0 0 E8 61 56
Octal 273 304 376 32 27 0 0 350 141 126
Binary 10111011 11000100 11111110 11010 10111 0 0 11101000 1100001 1010110

Color Harmonies of #BBC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4FE

Black with #BBC4FE

Text Example


Text Example

White with #BBC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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