#BBDAD5

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

Shades of Scandal #BBDAD5

Tints of Scandal #BBDAD5

Color information

#BBDAD5 (or 0xBBDAD5) is unknown color: approx Scandal. HEX triplet: BB, DA and D5. RGB value is (187,218,213). Sum of RGB (Red+Green+Blue) = 187+218+213=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDAD5 is #44252A. Grayscale: #D0D0D0. Windows color (decimal): -4465963 or 14015163. OLE color: 14015163.

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

Color convert

RGB187218213-
CMYK0.1400.020.15
HSL170.32º29.52%79.41%-
HSV(B)170.32º14.22%85.49%-
XYZ57.5865.5172.56-
YUV208.16130.73112.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 218 (85.55% from 255) = 35.28%
BLUE value IS 213 (83.59% from 255) = 34.47%
R=30.26%
G=35.28%
B=34.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872182130.1400.020.15170.3229.5279.41
HexBBDAD5E02Faa1e4f
Octal27333232516021725236117
Binary1011101111011010110101011110010111110101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDAD5; }

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

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

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

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

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

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

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

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