Html Css Color HEX #BBC0F7 Lavender Blue

📋 copy color: '#BBC0F7'

red 187 ◦ green 192 ◦ blue 247

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

Shades of Lavender Blue #BBC0F7

Tints of Lavender Blue #BBC0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.67%

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

R = 29.87%
G = 30.67%
B = 39.46%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBC0F7 (or 0xBBC0F7) is known color: Lavender Blue. HEX triplet: BB, C0 and F7. RGB value is (187,192,247). Sum of RGB (Red+Green+Blue) = 187+192+247=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBC0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F7 is #443F08. Grayscale: #C4C4C4. Windows color (decimal): -4472585 or 16236731. OLE color: 16236731.

HSL color Cylindrical-coordinate representation of color #BBC0F7: hue angle of 235º 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 #BBC0F7 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 192 247 -
CMYK 0.24 0.22 0 0.03
HSL 235º 0.79% 0.85% -
HSV(B) 235º 0.24% 0.97% -
XYZ 56.13 54.98 95.65 -
YUV 196.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 187 192 247 0.24 0.22 0 0.03 235 0.79 0.85
Hex BB C0 F7 18 16 0 3 EB 4F 55
Octal 273 300 367 30 26 0 3 353 117 125
Binary 10111011 11000000 11110111 11000 10110 0 11 11101011 1001111 1010101

Color Harmonies of #BBC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0F7

Black with #BBC0F7

Text Example


Text Example

White with #BBC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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