#BFE7BA

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

Shades of Surf Crest #BFE7BA

Tints of Surf Crest #BFE7BA

Color information

#BFE7BA (or 0xBFE7BA) is unknown color: approx Surf Crest. HEX triplet: BF, E7 and BA. RGB value is (191,231,186). Sum of RGB (Red+Green+Blue) = 191+231+186=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BA is #401845. Grayscale: #D6D6D6. Windows color (decimal): -4200518 or 12249023. OLE color: 12249023.

HSL color Cylindrical-coordinate representation of color #BFE7BA: hue angle of 113.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE7BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB191231186-
CMYK0.1700.190.09
HSL113.33º48.39%81.76%-
HSV(B)113.33º19.48%90.59%-
XYZ58.9271.7757.2-
YUV213.91112.25111.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=31.41%
G=37.99%
B=30.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912311860.1700.190.09113.3348.3981.76
HexBFE7BA110139713052
Octal277347272210231116160122
Binary10111111111001111011101010001010011100111100011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7BA; }

 p { color: rgb(191,231,186); }

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

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

 a { background-color: rgb(191,231,186); }

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

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

 span { border-color: rgb(191,231,186); }

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