Html Css Color HEX #BDB198 Akaroa

📋 copy color: '#BDB198'

red 189 ◦ green 177 ◦ blue 152

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

Shades of Akaroa #BDB198

Tints of Akaroa #BDB198

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.17%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 36.49%
G = 34.17%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BDB198 (or 0xBDB198) is known color: Akaroa. HEX triplet: BD, B1 and 98. RGB value is (189,177,152). Sum of RGB (Red+Green+Blue) = 189+177+152=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB198 is #424E67. Grayscale: #B1B1B1. Windows color (decimal): -4345448 or 10006973. OLE color: 10006973.

HSL color Cylindrical-coordinate representation of color #BDB198: hue angle of 40.54º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDB198 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 152 -
CMYK 0 0.06 0.20 0.26
HSL 40.54º 0.22% 0.67% -
HSV(B) 40.54º 0.2% 0.74% -
XYZ 42.38 44.53 36.07 -
YUV 177.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 189 177 152 0 0.06 0.20 0.26 40.54 0.22 0.67
Hex BD B1 98 0 6 14 1A 29 16 43
Octal 275 261 230 0 6 24 32 51 26 103
Binary 10111101 10110001 10011000 0 110 10100 11010 101001 10110 1000011

Color Harmonies of #BDB198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB198

Black with #BDB198

Text Example


Text Example

White with #BDB198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB198; }

 p { color: rgb(189,177,152); }

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

background-color css

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

 a { background-color: rgb(189,177,152); }

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

border-color css

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

 span { border-color: rgb(189,177,152); }

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