#BEAF9C

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

Shades of Akaroa #BEAF9C

Tints of Akaroa #BEAF9C

Color information

#BEAF9C (or 0xBEAF9C) is unknown color: approx Akaroa. HEX triplet: BE, AF and 9C. RGB value is (190,175,156). Sum of RGB (Red+Green+Blue) = 190+175+156=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAF9C is #415063. Grayscale: #B1B1B1. Windows color (decimal): -4280420 or 10268606. OLE color: 10268606.

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

Color convert

RGB190175156-
CMYK00.080.180.25
HSL33.53º20.73%67.84%-
HSV(B)33.53º17.89%74.51%-
XYZ42.5744.0137.7-
YUV177.32115.97137.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 175 (68.75% from 255) = 33.59%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=36.47%
G=33.59%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19017515600.080.180.2533.5320.7367.84
HexBEAF9C081219221544
Octal27625723401022314225104
Binary101111101010111110011100010001001011001100010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAF9C; }

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

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

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

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

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

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

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

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