#BFE1BD

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

Shades of Surf Crest #BFE1BD

Tints of Surf Crest #BFE1BD

Color information

#BFE1BD (or 0xBFE1BD) is unknown color: approx Surf Crest. HEX triplet: BF, E1 and BD. RGB value is (191,225,189). Sum of RGB (Red+Green+Blue) = 191+225+189=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BD is #401E42. Grayscale: #D2D2D2. Windows color (decimal): -4202051 or 12444095. OLE color: 12444095.

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

Color convert

RGB191225189-
CMYK0.1500.160.12
HSL116.67º37.5%81.18%-
HSV(B)116.67º16%88.24%-
XYZ57.668.658.35-
YUV210.73115.74113.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=31.57%
G=37.19%
B=31.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251890.1500.160.12116.6737.581.18
HexBFE1BDF010C752651
Octal277341275170201416546121
Binary1011111111100001101111011111010000110011101011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1BD; }

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

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

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

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

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

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

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

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