#B6D1CF

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

Shades of Scandal #B6D1CF

Tints of Scandal #B6D1CF

Color information

#B6D1CF (or 0xB6D1CF) is unknown color: approx Scandal. HEX triplet: B6, D1 and CF. RGB value is (182,209,207). Sum of RGB (Red+Green+Blue) = 182+209+207=598 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.43% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D1CF is #492E30. Grayscale: #C8C8C8. Windows color (decimal): -4795953 or 13619638. OLE color: 13619638.

HSL color Cylindrical-coordinate representation of color #B6D1CF: hue angle of 175.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6D1CF is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB182209207-
CMYK0.1300.010.18
HSL175.56º22.69%76.67%-
HSV(B)175.56º12.92%81.96%-
XYZ53.3560.0567.81-
YUV200.7131.55114.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.43%
GREEN value IS 209 (82.03% from 255) = 34.95%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=30.43%
G=34.95%
B=34.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822092070.1300.010.18175.5622.6976.67
HexB6D1CFD0112b0174d
Octal26632131715012226027115
Binary1011011011010001110011111101011001010110000101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D1CF; }

 p { color: rgb(182,209,207); }

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

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

 a { background-color: rgb(182,209,207); }

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

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

 span { border-color: rgb(182,209,207); }

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