#BDD8BA

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

Shades of Surf Crest #BDD8BA

Tints of Surf Crest #BDD8BA

Color information

#BDD8BA (or 0xBDD8BA) is unknown color: approx Surf Crest. HEX triplet: BD, D8 and BA. RGB value is (189,216,186). Sum of RGB (Red+Green+Blue) = 189+216+186=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD8BA is #422745. Grayscale: #CCCCCC. Windows color (decimal): -4335430 or 12245181. OLE color: 12245181.

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

Color convert

RGB189216186-
CMYK0.1200.140.15
HSL114º27.78%78.82%-
HSV(B)114º13.89%84.71%-
XYZ54.4163.4855.84-
YUV204.51117.55116.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 216 (84.77% from 255) = 36.55%
BLUE value IS 186 (73.05% from 255) = 31.47%
R=31.98%
G=36.55%
B=31.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1892161860.1200.140.1511427.7878.82
HexBDD8BAC0EF721c4f
Octal275330272140161716234117
Binary10111101110110001011101011000111011111110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8BA; }

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

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

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

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

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

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

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

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