#BCDFB9

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

Shades of Surf Crest #BCDFB9

Tints of Surf Crest #BCDFB9

Color information

#BCDFB9 (or 0xBCDFB9) is unknown color: approx Surf Crest. HEX triplet: BC, DF and B9. RGB value is (188,223,185). Sum of RGB (Red+Green+Blue) = 188+223+185=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFB9 is #432046. Grayscale: #D0D0D0. Windows color (decimal): -4399175 or 12181436. OLE color: 12181436.

HSL color Cylindrical-coordinate representation of color #BCDFB9: hue angle of 115.26º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDFB9 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB188223185-
CMYK0.1600.170.13
HSL115.26º37.25%80%-
HSV(B)115.26º17.04%87.45%-
XYZ55.8866.9755.88-
YUV208.2114.9113.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 223 (87.5% from 255) = 37.42%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=31.54%
G=37.42%
B=31.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231850.1600.170.13115.2637.2580
HexBCDFB910011D732550
Octal274337271200211516345120
Binary10111100110111111011100110000010001110111100111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFB9; }

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

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

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

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

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

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

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

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