#B8CEAE

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

Shades of Surf Crest #B8CEAE

Tints of Surf Crest #B8CEAE

Color information

#B8CEAE (or 0xB8CEAE) is unknown color: approx Surf Crest. HEX triplet: B8, CE and AE. RGB value is (184,206,174). Sum of RGB (Red+Green+Blue) = 184+206+174=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CEAE is #473151. Grayscale: #C3C3C3. Windows color (decimal): -4665682 or 11456184. OLE color: 11456184.

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

Color convert

RGB184206174-
CMYK0.1100.160.19
HSL101.25º24.62%74.51%-
HSV(B)101.25º15.53%80.78%-
XYZ49.4857.3948.51-
YUV195.77115.71119.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=32.62%
G=36.52%
B=30.85%

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
Decimal1842061740.1100.160.19101.2524.6274.51
HexB8CEAEB0101365194b
Octal270316256130202314531113
Binary1011100011001110101011101011010000100111100101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CEAE; }

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

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

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

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

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

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

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

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