#BDE1BA

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

Shades of Surf Crest #BDE1BA

Tints of Surf Crest #BDE1BA

Color information

#BDE1BA (or 0xBDE1BA) is unknown color: approx Surf Crest. HEX triplet: BD, E1 and BA. RGB value is (189,225,186). Sum of RGB (Red+Green+Blue) = 189+225+186=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1BA is #421E45. Grayscale: #D1D1D1. Windows color (decimal): -4333126 or 12247485. OLE color: 12247485.

HSL color Cylindrical-coordinate representation of color #BDE1BA: hue angle of 115.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE1BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB189225186-
CMYK0.1600.170.12
HSL115.38º39.39%80.59%-
HSV(B)115.38º17.33%88.24%-
XYZ56.7768.2156.63-
YUV209.79114.57113.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.5%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 186 (73.05% from 255) = 31%
R=31.5%
G=37.5%
B=31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892251860.1600.170.12115.3839.3980.59
HexBDE1BA10011C732751
Octal275341272200211416347121
Binary10111101111000011011101010000010001110011100111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE1BA; }

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

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

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

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

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

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

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

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