#BBDDDA

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

Shades of Scandal #BBDDDA

Tints of Scandal #BBDDDA

Color information

#BBDDDA (or 0xBBDDDA) is unknown color: approx Scandal. HEX triplet: BB, DD and DA. RGB value is (187,221,218). Sum of RGB (Red+Green+Blue) = 187+221+218=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDDDA is #442225. Grayscale: #D2D2D2. Windows color (decimal): -4465190 or 14343611. OLE color: 14343611.

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

Color convert

RGB187221218-
CMYK0.1500.010.13
HSL174.71º33.33%80%-
HSV(B)174.71º15.38%86.67%-
XYZ5967.3476.22-
YUV210.49132.24111.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.87%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 218 (85.55% from 255) = 34.82%
R=29.87%
G=35.30%
B=34.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872212180.1500.010.13174.7133.3380
HexBBDDDAF01Daf2150
Octal27333533217011525741120
Binary1011101111011101110110101111011101101011111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDDA; }

 p { color: rgb(187,221,218); }

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

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

 a { background-color: rgb(187,221,218); }

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

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

 span { border-color: rgb(187,221,218); }

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