#B7D6B9

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

Shades of Surf #B7D6B9

Tints of Surf #B7D6B9

Color information

#B7D6B9 (or 0xB7D6B9) is unknown color: approx Surf. HEX triplet: B7, D6 and B9. RGB value is (183,214,185). Sum of RGB (Red+Green+Blue) = 183+214+185=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #B7D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D6B9 is #482946. Grayscale: #C9C9C9. Windows color (decimal): -4729159 or 12179127. OLE color: 12179127.

HSL color Cylindrical-coordinate representation of color #B7D6B9: hue angle of 123.87º 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 #B7D6B9 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB183214185-
CMYK0.1400.140.16
HSL123.87º27.43%77.84%-
HSV(B)123.87º14.49%83.92%-
XYZ52.3361.6655.04-
YUV201.42118.73114.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=31.44%
G=36.77%
B=31.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832141850.1400.140.16123.8727.4377.84
HexB7D6B9E0E107c1b4e
Octal267326271160162017433116
Binary101101111101011010111001111001110100001111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D6B9; }

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

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

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

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

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

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

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

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