#BDD7BF

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

Shades of Surf #BDD7BF

Tints of Surf #BDD7BF

Color information

#BDD7BF (or 0xBDD7BF) is unknown color: approx Surf. HEX triplet: BD, D7 and BF. RGB value is (189,215,191). Sum of RGB (Red+Green+Blue) = 189+215+191=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7BF is #422840. Grayscale: #CCCCCC. Windows color (decimal): -4335681 or 12572605. OLE color: 12572605.

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

Color convert

RGB189215191-
CMYK0.1200.110.16
HSL124.62º24.53%79.22%-
HSV(B)124.62º12.09%84.31%-
XYZ54.6963.1858.6-
YUV204.49120.39116.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 191 (75% from 255) = 32.10%
R=31.76%
G=36.13%
B=32.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892151910.1200.110.16124.6224.5379.22
HexBDD7BFC0B107d194f
Octal275327277140132017531117
Binary101111011101011110111111110001011100001111101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD7BF; }

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

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

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

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

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

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

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

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