#BFE5BB

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

Shades of Surf Crest #BFE5BB

Tints of Surf Crest #BFE5BB

Color information

#BFE5BB (or 0xBFE5BB) is unknown color: approx Surf Crest. HEX triplet: BF, E5 and BB. RGB value is (191,229,187). Sum of RGB (Red+Green+Blue) = 191+229+187=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #BFE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE5BB is #401A44. Grayscale: #D4D4D4. Windows color (decimal): -4201029 or 12314047. OLE color: 12314047.

HSL color Cylindrical-coordinate representation of color #BFE5BB: hue angle of 114.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE5BB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB191229187-
CMYK0.1700.180.10
HSL114.29º44.68%81.57%-
HSV(B)114.29º18.34%89.8%-
XYZ58.4770.757.58-
YUV212.85113.41112.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=31.47%
G=37.73%
B=30.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912291870.1700.180.10114.2944.6881.57
HexBFE5BB11012A722d52
Octal277345273210221216255122
Binary10111111111001011011101110001010010101011100101011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE5BB; }

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

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

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

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

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

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

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

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