#B7D7BD

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

Shades of Surf #B7D7BD

Tints of Surf #B7D7BD

Color information

#B7D7BD (or 0xB7D7BD) is unknown color: approx Surf. HEX triplet: B7, D7 and BD. RGB value is (183,215,189). Sum of RGB (Red+Green+Blue) = 183+215+189=587 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.18% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D7BD is #482842. Grayscale: #CACACA. Windows color (decimal): -4728899 or 12441527. OLE color: 12441527.

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

Color convert

RGB183215189-
CMYK0.1500.120.16
HSL131.25º28.57%78.04%-
HSV(B)131.25º14.88%84.31%-
XYZ53.0162.3457.38-
YUV202.47120.4114.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.18%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=31.18%
G=36.63%
B=32.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1832151890.1500.120.16131.2528.5778.04
HexB7D7BDF0C10831d4e
Octal267327275170142020335116
Binary1011011111010111101111011111011001000010000011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7BD; }

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

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

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

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

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

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

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

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