#B1D2CA

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

Shades of Scandal #B1D2CA

Tints of Scandal #B1D2CA

Color information

#B1D2CA (or 0xB1D2CA) is unknown color: approx Scandal. HEX triplet: B1, D2 and CA. RGB value is (177,210,202). Sum of RGB (Red+Green+Blue) = 177+210+202=589 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30.05% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D2CA is #4E2D35. Grayscale: #C7C7C7. Windows color (decimal): -5123382 or 13292209. OLE color: 13292209.

HSL color Cylindrical-coordinate representation of color #B1D2CA: hue angle of 165.45º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1D2CA is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB177210202-
CMYK0.1600.040.18
HSL165.45º26.83%75.88%-
HSV(B)165.45º15.71%82.35%-
XYZ51.8459.764.67-
YUV199.22129.57112.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.05%
GREEN value IS 210 (82.42% from 255) = 35.65%
BLUE value IS 202 (79.30% from 255) = 34.30%
R=30.05%
G=35.65%
B=34.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772102020.1600.040.18165.4526.8375.88
HexB1D2CA100412a51b4c
Octal26132231220042224533114
Binary1011000111010010110010101000001001001010100101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D2CA; }

 p { color: rgb(177,210,202); }

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

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

 a { background-color: rgb(177,210,202); }

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

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

 span { border-color: rgb(177,210,202); }

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