#BFDABD

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

Shades of Surf Crest #BFDABD

Tints of Surf Crest #BFDABD

Color information

#BFDABD (or 0xBFDABD) is unknown color: approx Surf Crest. HEX triplet: BF, DA and BD. RGB value is (191,218,189). Sum of RGB (Red+Green+Blue) = 191+218+189=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDABD is #402542. Grayscale: #CECECE. Windows color (decimal): -4203843 or 12442303. OLE color: 12442303.

HSL color Cylindrical-coordinate representation of color #BFDABD: hue angle of 115.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFDABD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB191218189-
CMYK0.1200.130.15
HSL115.86º28.16%79.8%-
HSV(B)115.86º13.3%85.49%-
XYZ55.7464.8957.73-
YUV206.62118.05116.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 189 (74.22% from 255) = 31.61%
R=31.94%
G=36.45%
B=31.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181890.1200.130.15115.8628.1679.8
HexBFDABDC0DF741c50
Octal277332275140151716434120
Binary10111111110110101011110111000110111111110100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDABD; }

 p { color: rgb(191,218,189); }

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

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

 a { background-color: rgb(191,218,189); }

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

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

 span { border-color: rgb(191,218,189); }

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