#BCDAB9

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

Shades of Surf Crest #BCDAB9

Tints of Surf Crest #BCDAB9

Color information

#BCDAB9 (or 0xBCDAB9) is unknown color: approx Surf Crest. HEX triplet: BC, DA and B9. RGB value is (188,218,185). Sum of RGB (Red+Green+Blue) = 188+218+185=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB9 is #432546. Grayscale: #CDCDCD. Windows color (decimal): -4400455 or 12180156. OLE color: 12180156.

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

Color convert

RGB188218185-
CMYK0.1400.150.15
HSL114.55º30.84%79.02%-
HSV(B)114.55º15.14%85.49%-
XYZ54.5764.3455.44-
YUV205.27116.56115.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.81%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 185 (72.66% from 255) = 31.30%
R=31.81%
G=36.89%
B=31.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181850.1400.150.15114.5530.8479.02
HexBCDAB9E0FF731f4f
Octal274332271160171716337117
Binary10111100110110101011100111100111111111110011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAB9; }

 p { color: rgb(188,218,185); }

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

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

 a { background-color: rgb(188,218,185); }

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

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

 span { border-color: rgb(188,218,185); }

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