Html Css Color HEX #BBBDCF Lavender Grey

📋 copy color: '#BBBDCF'

red 187 ◦ green 189 ◦ blue 207

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

Shades of Lavender Grey #BBBDCF

Tints of Lavender Grey #BBBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.42%

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

R = 32.08%
G = 32.42%
B = 35.51%

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

#BBBDCF (or 0xBBBDCF) is known color: Lavender Grey. HEX triplet: BB, BD and CF. RGB value is (187,189,207). Sum of RGB (Red+Green+Blue) = 187+189+207=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDCF is #444230. Grayscale: #BEBEBE. Windows color (decimal): -4473393 or 13614523. OLE color: 13614523.

HSL color Cylindrical-coordinate representation of color #BBBDCF: hue angle of 234º 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 #BBBDCF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 189 207 -
CMYK 0.10 0.09 0 0.19
HSL 234º 0.17% 0.77% -
HSV(B) 234º 0.1% 0.81% -
XYZ 49.95 51.46 66.33 -
YUV 190.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 187 189 207 0.10 0.09 0 0.19 234 0.17 0.77
Hex BB BD CF A 9 0 13 EA 11 4D
Octal 273 275 317 12 11 0 23 352 21 115
Binary 10111011 10111101 11001111 1010 1001 0 10011 11101010 10001 1001101

Color Harmonies of #BBBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDCF

Black with #BBBDCF

Text Example


Text Example

White with #BBBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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