#BDD4BF

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

Shades of Surf #BDD4BF

Tints of Surf #BDD4BF

Color information

#BDD4BF (or 0xBDD4BF) is unknown color: approx Surf. HEX triplet: BD, D4 and BF. RGB value is (189,212,191). Sum of RGB (Red+Green+Blue) = 189+212+191=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD4BF is #422B40. Grayscale: #CACACA. Windows color (decimal): -4336449 or 12571837. OLE color: 12571837.

HSL color Cylindrical-coordinate representation of color #BDD4BF: hue angle of 125.22º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDD4BF is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB189212191-
CMYK0.1100.100.17
HSL125.22º21.1%78.63%-
HSV(B)125.22º10.85%83.14%-
XYZ53.9361.6758.35-
YUV202.73121.38118.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 212 (83.20% from 255) = 35.81%
BLUE value IS 191 (75% from 255) = 32.26%
R=31.93%
G=35.81%
B=32.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892121910.1100.100.17125.2221.178.63
HexBDD4BFB0A117d154f
Octal275324277130122117525117
Binary101111011101010010111111101101010100011111101101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD4BF; }

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

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

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

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

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

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

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

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