#BFE3BB

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

Shades of Surf Crest #BFE3BB

Tints of Surf Crest #BFE3BB

Color information

#BFE3BB (or 0xBFE3BB) is unknown color: approx Surf Crest. HEX triplet: BF, E3 and BB. RGB value is (191,227,187). Sum of RGB (Red+Green+Blue) = 191+227+187=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3BB is #401C44. Grayscale: #D3D3D3. Windows color (decimal): -4201541 or 12313535. OLE color: 12313535.

HSL color Cylindrical-coordinate representation of color #BFE3BB: hue angle of 114º 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 #BFE3BB is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB191227187-
CMYK0.1600.180.11
HSL114º41.67%81.18%-
HSV(B)114º17.62%89.02%-
XYZ57.9269.657.4-
YUV211.68114.07113.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 187 (73.44% from 255) = 30.91%
R=31.57%
G=37.52%
B=30.91%

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
Decimal1912271870.1600.180.1111441.6781.18
HexBFE3BB10012B722a51
Octal277343273200221316252121
Binary10111111111000111011101110000010010101111100101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3BB; }

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

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

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

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

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

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

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

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