Html Css Color HEX #ACCBBD Tiara

📋 copy color: '#ACCBBD'

red 172 ◦ green 203 ◦ blue 189

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

Shades of Tiara #ACCBBD

Tints of Tiara #ACCBBD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

 BLUE value IS 189 (74.22% from 255) = 33.51%

R = 30.5%
G = 35.99%
B = 33.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#ACCBBD (or 0xACCBBD) is known color: Tiara. HEX triplet: AC, CB and BD. RGB value is (172,203,189). Sum of RGB (Red+Green+Blue) = 172+203+189=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBBD is #533442. Grayscale: #C0C0C0. Windows color (decimal): -5452867 or 12438444. OLE color: 12438444.

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

Color convert

RGB 172 203 189 -
CMYK 0.15 0 0.07 0.20
HSL 152.9º 0.23% 0.74% -
HSV(B) 152.9º 0.15% 0.8% -
XYZ 47.55 55.16 56.28 -
YUV 192.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 172 203 189 0.15 0 0.07 0.20 152.9 0.23 0.74
Hex AC CB BD F 0 7 14 99 17 4A
Octal 254 313 275 17 0 7 24 231 27 112
Binary 10101100 11001011 10111101 1111 0 111 10100 10011001 10111 1001010

Color Harmonies of #ACCBBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCBBD

Black with #ACCBBD

Text Example


Text Example

White with #ACCBBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCBBD; }

 p { color: rgb(172,203,189); }

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

background-color css

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

 a { background-color: rgb(172,203,189); }

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

border-color css

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

 span { border-color: rgb(172,203,189); }

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