#BFDAB7

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

Shades of Surf Crest #BFDAB7

Tints of Surf Crest #BFDAB7

Color information

#BFDAB7 (or 0xBFDAB7) is unknown color: approx Surf Crest. HEX triplet: BF, DA and B7. RGB value is (191,218,183). Sum of RGB (Red+Green+Blue) = 191+218+183=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDAB7 is #402548. Grayscale: #CECECE. Windows color (decimal): -4203849 or 12049087. OLE color: 12049087.

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

Color convert

RGB191218183-
CMYK0.1200.160.15
HSL106.29º32.11%78.63%-
HSV(B)106.29º16.06%85.49%-
XYZ55.164.6454.37-
YUV205.94115.05117.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 183 (71.88% from 255) = 30.91%
R=32.26%
G=36.82%
B=30.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912181830.1200.160.15106.2932.1178.63
HexBFDAB7C010F6a204f
Octal277332267140201715240117
Binary1011111111011010101101111100010000111111010101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDAB7; }

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

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

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

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

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

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

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

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