Html Css Color HEX #BCAE94 Akaroa

📋 copy color: '#BCAE94'

red 188 ◦ green 174 ◦ blue 148

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

Shades of Akaroa #BCAE94

Tints of Akaroa #BCAE94

RGB

 RED value IS 188 (73.83% from 255) = 36.86%

 GREEN value IS 174 (68.36% from 255) = 34.12%

 BLUE value IS 148 (58.2% from 255) = 29.02%

R = 36.86%
G = 34.12%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCAE94 (or 0xBCAE94) is known color: Akaroa. HEX triplet: BC, AE and 94. RGB value is (188,174,148). Sum of RGB (Red+Green+Blue) = 188+174+148=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAE94 is #43516B. Grayscale: #AFAFAF. Windows color (decimal): -4411756 or 9744060. OLE color: 9744060.

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

Color convert

RGB 188 174 148 -
CMYK 0 0.07 0.21 0.26
HSL 39º 0.23% 0.66% -
HSV(B) 39º 0.21% 0.74% -
XYZ 41.22 43.1 34.16 -
YUV 175.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 188 174 148 0 0.07 0.21 0.26 39 0.23 0.66
Hex BC AE 94 0 7 15 1A 27 17 42
Octal 274 256 224 0 7 25 32 47 27 102
Binary 10111100 10101110 10010100 0 111 10101 11010 100111 10111 1000010

Color Harmonies of #BCAE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAE94

Black with #BCAE94

Text Example


Text Example

White with #BCAE94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAE94; }

 p { color: rgb(188,174,148); }

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

background-color css

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

 a { background-color: rgb(188,174,148); }

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

border-color css

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

 span { border-color: rgb(188,174,148); }

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