#B8CFAE

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

Shades of Surf Crest #B8CFAE

Tints of Surf Crest #B8CFAE

Color information

#B8CFAE (or 0xB8CFAE) is unknown color: approx Surf Crest. HEX triplet: B8, CF and AE. RGB value is (184,207,174). Sum of RGB (Red+Green+Blue) = 184+207+174=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFAE is #473051. Grayscale: #C4C4C4. Windows color (decimal): -4665426 or 11456440. OLE color: 11456440.

HSL color Cylindrical-coordinate representation of color #B8CFAE: hue angle of 101.82º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CFAE is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB184207174-
CMYK0.1100.160.19
HSL101.82º25.58%74.71%-
HSV(B)101.82º15.94%81.18%-
XYZ49.7257.8748.59-
YUV196.36115.38119.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.57%
GREEN value IS 207 (81.25% from 255) = 36.64%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=32.57%
G=36.64%
B=30.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1842071740.1100.160.19101.8225.5874.71
HexB8CFAEB01013661a4b
Octal270317256130202314632113
Binary1011100011001111101011101011010000100111100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFAE; }

 p { color: rgb(184,207,174); }

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

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

 a { background-color: rgb(184,207,174); }

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

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

 span { border-color: rgb(184,207,174); }

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