#BDE3BA

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

Shades of Surf Crest #BDE3BA

Tints of Surf Crest #BDE3BA

Color information

#BDE3BA (or 0xBDE3BA) is unknown color: approx Surf Crest. HEX triplet: BD, E3 and BA. RGB value is (189,227,186). Sum of RGB (Red+Green+Blue) = 189+227+186=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BA is #421C45. Grayscale: #D3D3D3. Windows color (decimal): -4332614 or 12247997. OLE color: 12247997.

HSL color Cylindrical-coordinate representation of color #BDE3BA: hue angle of 115.61º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE3BA is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB189227186-
CMYK0.1700.180.11
HSL115.61º42.27%80.98%-
HSV(B)115.61º18.06%89.02%-
XYZ57.3269.356.81-
YUV210.96113.91112.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.40%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=31.40%
G=37.71%
B=30.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892271860.1700.180.11115.6142.2780.98
HexBDE3BA11012B742a51
Octal275343272210221316452121
Binary10111101111000111011101010001010010101111101001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3BA; }

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

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

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

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

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

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

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

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