#BFE3BA

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

Shades of Surf Crest #BFE3BA

Tints of Surf Crest #BFE3BA

Color information

#BFE3BA (or 0xBFE3BA) is unknown color: approx Surf Crest. HEX triplet: BF, E3 and BA. RGB value is (191,227,186). Sum of RGB (Red+Green+Blue) = 191+227+186=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 186 (73.05% from 255 or 30.79% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3BA is #401C45. Grayscale: #D3D3D3. Windows color (decimal): -4201542 or 12247999. OLE color: 12247999.

HSL color Cylindrical-coordinate representation of color #BFE3BA: hue angle of 112.68º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE3BA is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB191227186-
CMYK0.1600.180.11
HSL112.68º42.27%80.98%-
HSV(B)112.68º18.06%89.02%-
XYZ57.8269.5656.83-
YUV211.56113.57113.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 186 (73.05% from 255) = 30.79%
R=31.62%
G=37.58%
B=30.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271860.1600.180.11112.6842.2780.98
HexBFE3BA10012B712a51
Octal277343272200221316152121
Binary10111111111000111011101010000010010101111100011010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3BA; }

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

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

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

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

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

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

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

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