#BBD8D3

Color #BBD8D3 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #BBD8D3

Tints of Scandal #BBD8D3

Color information

#BBD8D3 (or 0xBBD8D3) is unknown color: approx Scandal. HEX triplet: BB, D8 and D3. RGB value is (187,216,211). Sum of RGB (Red+Green+Blue) = 187+216+211=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8D3 is #44272C. Grayscale: #CECECE. Windows color (decimal): -4466477 or 13883579. OLE color: 13883579.

HSL color Cylindrical-coordinate representation of color #BBD8D3: hue angle of 169.66º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD8D3 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB187216211-
CMYK0.1300.020.15
HSL169.66º27.1%79.02%-
HSV(B)169.66º13.43%84.71%-
XYZ56.8164.3871.06-
YUV206.76130.39113.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.46%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=30.46%
G=35.18%
B=34.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872162110.1300.020.15169.6627.179.02
HexBBD8D3D02Faa1b4f
Octal27333032315021725233117
Binary1011101111011000110100111101010111110101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD8D3; }

 p { color: rgb(187,216,211); }

 H1.HeaderClassName
 {
   color: #BBD8D3;
 }
 .AnyTagClassName
 {
   color: #BBD8D3;
 }
</style>
background-color css

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

 a { background-color: rgb(187,216,211); }

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

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

 span { border-color: rgb(187,216,211); }

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