#BFE8B9

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

Shades of Surf Crest #BFE8B9

Tints of Surf Crest #BFE8B9

Color information

#BFE8B9 (or 0xBFE8B9) is unknown color: approx Surf Crest. HEX triplet: BF, E8 and B9. RGB value is (191,232,185). Sum of RGB (Red+Green+Blue) = 191+232+185=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE8B9 is #401746. Grayscale: #D6D6D6. Windows color (decimal): -4200263 or 12183743. OLE color: 12183743.

HSL color Cylindrical-coordinate representation of color #BFE8B9: hue angle of 112.34º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE8B9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB191232185-
CMYK0.1800.200.09
HSL112.34º50.54%81.76%-
HSV(B)112.34º20.26%90.98%-
XYZ59.172.2956.74-
YUV214.38111.42111.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=31.41%
G=38.16%
B=30.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912321850.1800.200.09112.3450.5481.76
HexBFE8B9120149703352
Octal277350271220241116063122
Binary10111111111010001011100110010010100100111100001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE8B9; }

 p { color: rgb(191,232,185); }

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

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

 a { background-color: rgb(191,232,185); }

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

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

 span { border-color: rgb(191,232,185); }

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