Html Css Color HEX #BBC0F9 Lavender Blue

📋 copy color: '#BBC0F9'

red 187 ◦ green 192 ◦ blue 249

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

Shades of Lavender Blue #BBC0F9

Tints of Lavender Blue #BBC0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 39.65%

R = 29.78%
G = 30.57%
B = 39.65%

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

#BBC0F9 (or 0xBBC0F9) is known color: Lavender Blue. HEX triplet: BB, C0 and F9. RGB value is (187,192,249). Sum of RGB (Red+Green+Blue) = 187+192+249=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 192 (75.39% from 255 or 30.57% from 628); Blue value is 249 (97.66% from 255 or 39.65% from 628); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC0F9 is #443F06. Grayscale: #C4C4C4. Windows color (decimal): -4472583 or 16367803. OLE color: 16367803.

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

Color convert

RGB 187 192 249 -
CMYK 0.25 0.23 0 0.02
HSL 235.16º 0.84% 0.85% -
HSV(B) 235.16º 0.25% 0.98% -
XYZ 56.44 55.1 97.28 -
YUV 197 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 187 192 249 0.25 0.23 0 0.02 235.16 0.84 0.85
Hex BB C0 F9 19 17 0 2 EB 54 55
Octal 273 300 371 31 27 0 2 353 124 125
Binary 10111011 11000000 11111001 11001 10111 0 10 11101011 1010100 1010101

Color Harmonies of #BBC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0F9

Black with #BBC0F9

Text Example


Text Example

White with #BBC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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