Html Css Color HEX #BDAF9C Akaroa

📋 copy color: '#BDAF9C'

red 189 ◦ green 175 ◦ blue 156

#BDAF9C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Akaroa #BDAF9C

Tints of Akaroa #BDAF9C

RGB

 RED value IS 189 (74.22% from 255) = 36.35%

 GREEN value IS 175 (68.75% from 255) = 33.65%

 BLUE value IS 156 (61.33% from 255) = 30%

R = 36.35%
G = 33.65%
B = 30%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BDAF9C (or 0xBDAF9C) is known color: Akaroa. HEX triplet: BD, AF and 9C. RGB value is (189,175,156). Sum of RGB (Red+Green+Blue) = 189+175+156=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAF9C is #425063. Grayscale: #B1B1B1. Windows color (decimal): -4345956 or 10268605. OLE color: 10268605.

HSL color Cylindrical-coordinate representation of color #BDAF9C: hue angle of 34.55º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDAF9C is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 156 -
CMYK 0 0.07 0.17 0.26
HSL 34.55º 0.2% 0.68% -
HSV(B) 34.55º 0.17% 0.74% -
XYZ 42.32 43.88 37.69 -
YUV 177.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 189 175 156 0 0.07 0.17 0.26 34.55 0.2 0.68
Hex BD AF 9C 0 7 11 1A 23 14 44
Octal 275 257 234 0 7 21 32 43 24 104
Binary 10111101 10101111 10011100 0 111 10001 11010 100011 10100 1000100

Color Harmonies of #BDAF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF9C

Black with #BDAF9C

Text Example


Text Example

White with #BDAF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF9C; }

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

 H1.HeaderClassName
 {
   color: #BDAF9C;
 }
 .AnyTagClassName
 {
   color: #BDAF9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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