#BDE0B8

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

Shades of Surf Crest #BDE0B8

Tints of Surf Crest #BDE0B8

Color information

#BDE0B8 (or 0xBDE0B8) is unknown color: approx Surf Crest. HEX triplet: BD, E0 and B8. RGB value is (189,224,184). Sum of RGB (Red+Green+Blue) = 189+224+184=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0B8 is #421F47. Grayscale: #D1D1D1. Windows color (decimal): -4333384 or 12116157. OLE color: 12116157.

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

Color convert

RGB189224184-
CMYK0.1600.180.12
HSL112.5º39.22%80%-
HSV(B)112.5º17.86%87.84%-
XYZ56.2967.5955.43-
YUV208.98113.9113.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 184 (72.27% from 255) = 30.82%
R=31.66%
G=37.52%
B=30.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1892241840.1600.180.12112.539.2280
HexBDE0B810012C702750
Octal275340270200221416047120
Binary10111101111000001011100010000010010110011100001001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE0B8; }

 p { color: rgb(189,224,184); }

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

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

 a { background-color: rgb(189,224,184); }

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

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

 span { border-color: rgb(189,224,184); }

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