#BFDEB5

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

Shades of Surf Crest #BFDEB5

Tints of Surf Crest #BFDEB5

Color information

#BFDEB5 (or 0xBFDEB5) is unknown color: approx Surf Crest. HEX triplet: BF, DE and B5. RGB value is (191,222,181). Sum of RGB (Red+Green+Blue) = 191+222+181=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEB5 is #40214A. Grayscale: #D0D0D0. Windows color (decimal): -4202827 or 11919039. OLE color: 11919039.

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

Color convert

RGB191222181-
CMYK0.1400.180.13
HSL105.37º38.32%79.02%-
HSV(B)105.37º18.47%87.06%-
XYZ55.9566.6653.63-
YUV208.06112.73115.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 222 (87.11% from 255) = 37.37%
BLUE value IS 181 (71.09% from 255) = 30.47%
R=32.15%
G=37.37%
B=30.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221810.1400.180.13105.3738.3279.02
HexBFDEB5E012D69264f
Octal277336265160221515146117
Binary1011111111011110101101011110010010110111010011001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEB5; }

 p { color: rgb(191,222,181); }

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

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

 a { background-color: rgb(191,222,181); }

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

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

 span { border-color: rgb(191,222,181); }

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