#B7D6BD

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

Shades of Surf #B7D6BD

Tints of Surf #B7D6BD

Color information

#B7D6BD (or 0xB7D6BD) is unknown color: approx Surf. HEX triplet: B7, D6 and BD. RGB value is (183,214,189). Sum of RGB (Red+Green+Blue) = 183+214+189=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6BD is #482942. Grayscale: #C9C9C9. Windows color (decimal): -4729155 or 12441271. OLE color: 12441271.

HSL color Cylindrical-coordinate representation of color #B7D6BD: hue angle of 131.61º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D6BD is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB183214189-
CMYK0.1400.120.16
HSL131.61º27.43%77.84%-
HSV(B)131.61º14.49%83.92%-
XYZ52.7661.8357.3-
YUV201.88120.73114.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 32.25%
R=31.23%
G=36.52%
B=32.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832141890.1400.120.16131.6127.4377.84
HexB7D6BDE0C10841b4e
Octal267326275160142020433116
Binary1011011111010110101111011110011001000010000100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6BD; }

 p { color: rgb(183,214,189); }

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

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

 a { background-color: rgb(183,214,189); }

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

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

 span { border-color: rgb(183,214,189); }

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