#BDD8B6

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

Shades of Surf Crest #BDD8B6

Tints of Surf Crest #BDD8B6

Color information

#BDD8B6 (or 0xBDD8B6) is unknown color: approx Surf Crest. HEX triplet: BD, D8 and B6. RGB value is (189,216,182). Sum of RGB (Red+Green+Blue) = 189+216+182=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8B6 is #422749. Grayscale: #CCCCCC. Windows color (decimal): -4335434 or 11983037. OLE color: 11983037.

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

Color convert

RGB189216182-
CMYK0.1200.160.15
HSL107.65º30.36%78.04%-
HSV(B)107.65º15.74%84.71%-
XYZ53.9963.3153.63-
YUV204.05115.55117.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 182 (71.48% from 255) = 31.01%
R=32.20%
G=36.80%
B=31.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161820.1200.160.15107.6530.3678.04
HexBDD8B6C010F6c1e4e
Octal275330266140201715436116
Binary101111011101100010110110110001000011111101100111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8B6; }

 p { color: rgb(189,216,182); }

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

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

 a { background-color: rgb(189,216,182); }

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

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

 span { border-color: rgb(189,216,182); }

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