Html Css Color HEX #BBDBD9 Scandal

📋 copy color: '#BBDBD9'

red 187 ◦ green 219 ◦ blue 217

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

Shades of Scandal #BBDBD9

Tints of Scandal #BBDBD9

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.15%

 BLUE value IS 217 (85.16% from 255) = 34.83%

R = 30.02%
G = 35.15%
B = 34.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BBDBD9 (or 0xBBDBD9) is known color: Scandal. HEX triplet: BB, DB and D9. RGB value is (187,219,217). Sum of RGB (Red+Green+Blue) = 187+219+217=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDBD9 is #442426. Grayscale: #D1D1D1. Windows color (decimal): -4465703 or 14277563. OLE color: 14277563.

HSL color Cylindrical-coordinate representation of color #BBDBD9: hue angle of 176.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBDBD9 is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 217 -
CMYK 0.15 0 0.01 0.14
HSL 176.25º 0.31% 0.8% -
HSV(B) 176.25º 0.15% 0.86% -
XYZ 58.35 66.24 75.36 -
YUV 209.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 187 219 217 0.15 0 0.01 0.14 176.25 0.31 0.8
Hex BB DB D9 F 0 1 E B0 1F 50
Octal 273 333 331 17 0 1 16 260 37 120
Binary 10111011 11011011 11011001 1111 0 1 1110 10110000 11111 1010000

Color Harmonies of #BBDBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDBD9

Black with #BBDBD9

Text Example


Text Example

White with #BBDBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDBD9; }

 p { color: rgb(187,219,217); }

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

background-color css

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

 a { background-color: rgb(187,219,217); }

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

border-color css

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

 span { border-color: rgb(187,219,217); }

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