#BBD5D0

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

Shades of Scandal #BBD5D0

Tints of Scandal #BBD5D0

Color information

#BBD5D0 (or 0xBBD5D0) is unknown color: approx Scandal. HEX triplet: BB, D5 and D0. RGB value is (187,213,208). Sum of RGB (Red+Green+Blue) = 187+213+208=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 208 (81.64% from 255 or 34.21% from 608); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD5D0 is #442A2F. Grayscale: #CCCCCC. Windows color (decimal): -4467248 or 13686203. OLE color: 13686203.

HSL color Cylindrical-coordinate representation of color #BBD5D0: hue angle of 168.46º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBD5D0 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB187213208-
CMYK0.1200.020.16
HSL168.46º23.64%78.43%-
HSV(B)168.46º12.21%83.53%-
XYZ55.6762.7168.84-
YUV204.66129.89115.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 208 (81.64% from 255) = 34.21%
R=30.76%
G=35.03%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872132080.1200.020.16168.4623.6478.43
HexBBD5D0C0210a8184e
Octal27332532014022025030116
Binary10111011110101011101000011000101000010101000110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD5D0; }

 p { color: rgb(187,213,208); }

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

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

 a { background-color: rgb(187,213,208); }

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

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

 span { border-color: rgb(187,213,208); }

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