#BFDCB9

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

Shades of Surf Crest #BFDCB9

Tints of Surf Crest #BFDCB9

Color information

#BFDCB9 (or 0xBFDCB9) is unknown color: approx Surf Crest. HEX triplet: BF, DC and B9. RGB value is (191,220,185). Sum of RGB (Red+Green+Blue) = 191+220+185=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCB9 is #402346. Grayscale: #CFCFCF. Windows color (decimal): -4203335 or 12180671. OLE color: 12180671.

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

Color convert

RGB191220185-
CMYK0.1300.160.14
HSL109.71º33.33%79.41%-
HSV(B)109.71º15.91%86.27%-
XYZ55.8465.7755.65-
YUV207.34115.39116.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=32.05%
G=36.91%
B=31.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201850.1300.160.14109.7133.3379.41
HexBFDCB9D010E6e214f
Octal277334271150201615641117
Binary1011111111011100101110011101010000111011011101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCB9; }

 p { color: rgb(191,220,185); }

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

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

 a { background-color: rgb(191,220,185); }

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

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

 span { border-color: rgb(191,220,185); }

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