#BCDAB7

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

Shades of Surf Crest #BCDAB7

Tints of Surf Crest #BCDAB7

Color information

#BCDAB7 (or 0xBCDAB7) is unknown color: approx Surf Crest. HEX triplet: BC, DA and B7. RGB value is (188,218,183). Sum of RGB (Red+Green+Blue) = 188+218+183=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAB7 is #432548. Grayscale: #CDCDCD. Windows color (decimal): -4400457 or 12049084. OLE color: 12049084.

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

Color convert

RGB188218183-
CMYK0.1400.160.15
HSL111.43º32.11%78.63%-
HSV(B)111.43º16.06%85.49%-
XYZ54.3664.2554.34-
YUV205.04115.56115.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 183 (71.88% from 255) = 31.07%
R=31.92%
G=37.01%
B=31.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882181830.1400.160.15111.4332.1178.63
HexBCDAB7E010F6f204f
Octal274332267160201715740117
Binary1011110011011010101101111110010000111111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAB7; }

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

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

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

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

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

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

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

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