Html Css Color HEX #BBC2F7 Lavender Blue

📋 copy color: '#BBC2F7'

red 187 ◦ green 194 ◦ blue 247

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

Shades of Lavender Blue #BBC2F7

Tints of Lavender Blue #BBC2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.33%

R = 29.78%
G = 30.89%
B = 39.33%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBC2F7 (or 0xBBC2F7) is known color: Lavender Blue. HEX triplet: BB, C2 and F7. RGB value is (187,194,247). Sum of RGB (Red+Green+Blue) = 187+194+247=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2F7 is #443D08. Grayscale: #C5C5C5. Windows color (decimal): -4472073 or 16237243. OLE color: 16237243.

HSL color Cylindrical-coordinate representation of color #BBC2F7: hue angle of 233º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC2F7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 194 247 -
CMYK 0.24 0.21 0 0.03
HSL 233º 0.79% 0.85% -
HSV(B) 233º 0.24% 0.97% -
XYZ 56.57 55.86 95.8 -
YUV 197.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 187 194 247 0.24 0.21 0 0.03 233 0.79 0.85
Hex BB C2 F7 18 15 0 3 E9 4F 55
Octal 273 302 367 30 25 0 3 351 117 125
Binary 10111011 11000010 11110111 11000 10101 0 11 11101001 1001111 1010101

Color Harmonies of #BBC2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2F7

Black with #BBC2F7

Text Example


Text Example

White with #BBC2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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