#BFDEB4

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

Shades of Surf Crest #BFDEB4

Tints of Surf Crest #BFDEB4

Color information

#BFDEB4 (or 0xBFDEB4) is unknown color: approx Surf Crest. HEX triplet: BF, DE and B4. RGB value is (191,222,180). Sum of RGB (Red+Green+Blue) = 191+222+180=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEB4 is #40214B. Grayscale: #D0D0D0. Windows color (decimal): -4202828 or 11853503. OLE color: 11853503.

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

Color convert

RGB191222180-
CMYK0.1400.190.13
HSL104.29º38.89%78.82%-
HSV(B)104.29º18.92%87.06%-
XYZ55.8566.6153.09-
YUV207.94112.23115.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.21%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 180 (70.70% from 255) = 30.35%
R=32.21%
G=37.44%
B=30.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221800.1400.190.13104.2938.8978.82
HexBFDEB4E013D68274f
Octal277336264160231515047117
Binary1011111111011110101101001110010011110111010001001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEB4; }

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

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

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

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

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

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

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

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