#BFE4B6

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

Shades of Surf Crest #BFE4B6

Tints of Surf Crest #BFE4B6

Color information

#BFE4B6 (or 0xBFE4B6) is unknown color: approx Surf Crest. HEX triplet: BF, E4 and B6. RGB value is (191,228,182). Sum of RGB (Red+Green+Blue) = 191+228+182=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4B6 is #401B49. Grayscale: #D3D3D3. Windows color (decimal): -4201290 or 11986111. OLE color: 11986111.

HSL color Cylindrical-coordinate representation of color #BFE4B6: hue angle of 108.26º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE4B6 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB191228182-
CMYK0.1600.200.11
HSL108.26º46%80.39%-
HSV(B)108.26º20.18%89.41%-
XYZ57.6769.9454.72-
YUV211.69111.24113.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 182 (71.48% from 255) = 30.28%
R=31.78%
G=37.94%
B=30.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281820.1600.200.11108.264680.39
HexBFE4B610014B6c2e50
Octal277344266200241315456120
Binary10111111111001001011011010000010100101111011001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE4B6; }

 p { color: rgb(191,228,182); }

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

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

 a { background-color: rgb(191,228,182); }

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

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

 span { border-color: rgb(191,228,182); }

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