#BFDBB1

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

Shades of Surf Crest #BFDBB1

Tints of Surf Crest #BFDBB1

Color information

#BFDBB1 (or 0xBFDBB1) is unknown color: approx Surf Crest. HEX triplet: BF, DB and B1. RGB value is (191,219,177). Sum of RGB (Red+Green+Blue) = 191+219+177=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBB1 is #40244E. Grayscale: #CDCDCD. Windows color (decimal): -4203599 or 11656127. OLE color: 11656127.

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

Color convert

RGB191219177-
CMYK0.1300.190.14
HSL100º36.84%77.65%-
HSV(B)100º19.18%85.88%-
XYZ54.7564.9151.24-
YUV205.84111.72117.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.54%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 177 (69.53% from 255) = 30.15%
R=32.54%
G=37.31%
B=30.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912191770.1300.190.1410036.8477.65
HexBFDBB1D013E64254e
Octal277333261150231614445116
Binary1011111111011011101100011101010011111011001001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDBB1; }

 p { color: rgb(191,219,177); }

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

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

 a { background-color: rgb(191,219,177); }

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

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

 span { border-color: rgb(191,219,177); }

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