#B6CDBA

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

Shades of Surf #B6CDBA

Tints of Surf #B6CDBA

Color information

#B6CDBA (or 0xB6CDBA) is unknown color: approx Surf. HEX triplet: B6, CD and BA. RGB value is (182,205,186). Sum of RGB (Red+Green+Blue) = 182+205+186=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDBA is #493245. Grayscale: #C4C4C4. Windows color (decimal): -4796998 or 12242358. OLE color: 12242358.

HSL color Cylindrical-coordinate representation of color #B6CDBA: hue angle of 130.43º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDBA is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB182205186-
CMYK0.1100.090.20
HSL130.43º18.7%75.88%-
HSV(B)130.43º11.22%80.39%-
XYZ49.9957.1554.85-
YUV195.96122.38118.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=31.76%
G=35.78%
B=32.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1822051860.1100.090.20130.4318.775.88
HexB6CDBAB091482134c
Octal266315272130112420223114
Binary1011011011001101101110101011010011010010000010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CDBA; }

 p { color: rgb(182,205,186); }

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

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

 a { background-color: rgb(182,205,186); }

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

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

 span { border-color: rgb(182,205,186); }

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