Html Css Color HEX #ACCCBE Tiara

📋 copy color: '#ACCCBE'

red 172 ◦ green 204 ◦ blue 190

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

Shades of Tiara #ACCCBE

Tints of Tiara #ACCCBE

RGB

 RED value IS 172 (67.58% from 255) = 30.39%

 GREEN value IS 204 (80.08% from 255) = 36.04%

 BLUE value IS 190 (74.61% from 255) = 33.57%

R = 30.39%
G = 36.04%
B = 33.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#ACCCBE (or 0xACCCBE) is known color: Tiara. HEX triplet: AC, CC and BE. RGB value is (172,204,190). Sum of RGB (Red+Green+Blue) = 172+204+190=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCBE is #533341. Grayscale: #C0C0C0. Windows color (decimal): -5452610 or 12504236. OLE color: 12504236.

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

Color convert

RGB 172 204 190 -
CMYK 0.16 0 0.07 0.2
HSL 153.75º 0.24% 0.74% -
HSV(B) 153.75º 0.16% 0.8% -
XYZ 47.9 55.67 56.94 -
YUV 192.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 172 204 190 0.16 0 0.07 0.2 153.75 0.24 0.74
Hex AC CC BE 10 0 7 14 9A 18 4A
Octal 254 314 276 20 0 7 24 232 30 112
Binary 10101100 11001100 10111110 10000 0 111 10100 10011010 11000 1001010

Color Harmonies of #ACCCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCCBE

Black with #ACCCBE

Text Example


Text Example

White with #ACCCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCCBE; }

 p { color: rgb(172,204,190); }

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

background-color css

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

 a { background-color: rgb(172,204,190); }

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

border-color css

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

 span { border-color: rgb(172,204,190); }

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