#BEAF98

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

Shades of Akaroa #BEAF98

Tints of Akaroa #BEAF98

Color information

#BEAF98 (or 0xBEAF98) is unknown color: approx Akaroa. HEX triplet: BE, AF and 98. RGB value is (190,175,152). Sum of RGB (Red+Green+Blue) = 190+175+152=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF98 is #415067. Grayscale: #B0B0B0. Windows color (decimal): -4280424 or 10006462. OLE color: 10006462.

HSL color Cylindrical-coordinate representation of color #BEAF98: hue angle of 36.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAF98 is Cyan = 0, Magento = 0.08, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB190175152-
CMYK00.080.20.25
HSL36.32º22.62%67.06%-
HSV(B)36.32º20%74.51%-
XYZ42.2343.8735.95-
YUV176.86113.97137.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=36.75%
G=33.85%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017515200.080.20.2536.3222.6267.06
HexBEAF98081419241743
Octal27625723001024314427103
Binary101111101010111110011000010001010011001100100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF98; }

 p { color: rgb(190,175,152); }

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

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

 a { background-color: rgb(190,175,152); }

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

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

 span { border-color: rgb(190,175,152); }

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