Html Css Color HEX #BBC2FB Lavender Blue

📋 copy color: '#BBC2FB'

red 187 ◦ green 194 ◦ blue 251

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

Shades of Lavender Blue #BBC2FB

Tints of Lavender Blue #BBC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.7%

 BLUE value IS 251 (98.44% from 255) = 39.72%

R = 29.59%
G = 30.7%
B = 39.72%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBC2FB (or 0xBBC2FB) is known color: Lavender Blue. HEX triplet: BB, C2 and FB. RGB value is (187,194,251). Sum of RGB (Red+Green+Blue) = 187+194+251=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FB is #443D04. Grayscale: #C6C6C6. Windows color (decimal): -4472069 or 16499387. OLE color: 16499387.

HSL color Cylindrical-coordinate representation of color #BBC2FB: hue angle of 233.44º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC2FB is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 194 251 -
CMYK 0.25 0.23 0 0.02
HSL 233.44º 0.89% 0.86% -
HSV(B) 233.44º 0.25% 0.98% -
XYZ 57.2 56.11 99.08 -
YUV 198.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 187 194 251 0.25 0.23 0 0.02 233.44 0.89 0.86
Hex BB C2 FB 19 17 0 2 E9 59 56
Octal 273 302 373 31 27 0 2 351 131 126
Binary 10111011 11000010 11111011 11001 10111 0 10 11101001 1011001 1010110

Color Harmonies of #BBC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2FB

Black with #BBC2FB

Text Example


Text Example

White with #BBC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2FB; }

 p { color: rgb(187,194,251); }

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

background-color css

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

 a { background-color: rgb(187,194,251); }

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

border-color css

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

 span { border-color: rgb(187,194,251); }

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