Html Css Color HEX #BBBCCF Lavender Grey

📋 copy color: '#BBBCCF'

red 187 ◦ green 188 ◦ blue 207

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

Shades of Lavender Grey #BBBCCF

Tints of Lavender Grey #BBBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.3%

 BLUE value IS 207 (81.25% from 255) = 35.57%

R = 32.13%
G = 32.3%
B = 35.57%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBBCCF (or 0xBBBCCF) is known color: Lavender Grey. HEX triplet: BB, BC and CF. RGB value is (187,188,207). Sum of RGB (Red+Green+Blue) = 187+188+207=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCCF is #444330. Grayscale: #BDBDBD. Windows color (decimal): -4473649 or 13614267. OLE color: 13614267.

HSL color Cylindrical-coordinate representation of color #BBBCCF: hue angle of 237º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBCCF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 188 207 -
CMYK 0.10 0.09 0 0.19
HSL 237º 0.17% 0.77% -
HSV(B) 237º 0.1% 0.81% -
XYZ 49.74 51.04 66.26 -
YUV 189.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 187 188 207 0.10 0.09 0 0.19 237 0.17 0.77
Hex BB BC CF A 9 0 13 ED 11 4D
Octal 273 274 317 12 11 0 23 355 21 115
Binary 10111011 10111100 11001111 1010 1001 0 10011 11101101 10001 1001101

Color Harmonies of #BBBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCCF

Black with #BBBCCF

Text Example


Text Example

White with #BBBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCCF; }

 p { color: rgb(187,188,207); }

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

background-color css

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

 a { background-color: rgb(187,188,207); }

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

border-color css

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

 span { border-color: rgb(187,188,207); }

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