#B0D3CA

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

Shades of Scandal #B0D3CA

Tints of Scandal #B0D3CA

Color information

#B0D3CA (or 0xB0D3CA) is unknown color: approx Scandal. HEX triplet: B0, D3 and CA. RGB value is (176,211,202). Sum of RGB (Red+Green+Blue) = 176+211+202=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0D3CA is #4F2C35. Grayscale: #C7C7C7. Windows color (decimal): -5188662 or 13292464. OLE color: 13292464.

HSL color Cylindrical-coordinate representation of color #B0D3CA: hue angle of 164.57º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0D3CA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB176211202-
CMYK0.1700.040.17
HSL164.57º28.46%75.88%-
HSV(B)164.57º16.59%82.75%-
XYZ51.8660.0864.74-
YUV199.51129.4111.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.88%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=29.88%
G=35.82%
B=34.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1762112020.1700.040.17164.5728.4675.88
HexB0D3CA110411a51c4c
Octal26032331221042124534114
Binary1011000011010011110010101000101001000110100101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D3CA; }

 p { color: rgb(176,211,202); }

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

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

 a { background-color: rgb(176,211,202); }

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

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

 span { border-color: rgb(176,211,202); }

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