#BDD6BC

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

Shades of Surf #BDD6BC

Tints of Surf #BDD6BC

Color information

#BDD6BC (or 0xBDD6BC) is unknown color: approx Surf. HEX triplet: BD, D6 and BC. RGB value is (189,214,188). Sum of RGB (Red+Green+Blue) = 189+214+188=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD6BC is #422943. Grayscale: #CBCBCB. Windows color (decimal): -4335940 or 12375741. OLE color: 12375741.

HSL color Cylindrical-coordinate representation of color #BDD6BC: hue angle of 117.69º degrees, saturation: 0.24, 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 #BDD6BC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB189214188-
CMYK0.1200.120.16
HSL117.69º24.07%78.82%-
HSV(B)117.69º12.15%83.92%-
XYZ54.1162.5456.8-
YUV203.56119.22117.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 188 (73.83% from 255) = 31.81%
R=31.98%
G=36.21%
B=31.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141880.1200.120.16117.6924.0778.82
HexBDD6BCC0C1076184f
Octal275326274140142016630117
Binary101111011101011010111100110001100100001110110110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6BC; }

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

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

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

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

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

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

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

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