#BFE1BA

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

Shades of Surf Crest #BFE1BA

Tints of Surf Crest #BFE1BA

Color information

#BFE1BA (or 0xBFE1BA) is unknown color: approx Surf Crest. HEX triplet: BF, E1 and BA. RGB value is (191,225,186). Sum of RGB (Red+Green+Blue) = 191+225+186=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BA is #401E45. Grayscale: #D2D2D2. Windows color (decimal): -4202054 or 12247487. OLE color: 12247487.

HSL color Cylindrical-coordinate representation of color #BFE1BA: hue angle of 112.31º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE1BA is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB191225186-
CMYK0.1500.170.12
HSL112.31º39.39%80.59%-
HSV(B)112.31º17.33%88.24%-
XYZ57.2768.4756.65-
YUV210.39114.24114.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=31.73%
G=37.38%
B=30.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251860.1500.170.12112.3139.3980.59
HexBFE1BAF011C702751
Octal277341272170211416047121
Binary1011111111100001101110101111010001110011100001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1BA; }

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

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

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

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

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

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

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

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