Html Css Color HEX #ACBBDE Perano

📋 copy color: '#ACBBDE'

red 172 ◦ green 187 ◦ blue 222

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

Shades of Perano #ACBBDE

Tints of Perano #ACBBDE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.19%

 BLUE value IS 222 (87.11% from 255) = 38.21%

R = 29.6%
G = 32.19%
B = 38.21%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ACBBDE (or 0xACBBDE) is known color: Perano. HEX triplet: AC, BB and DE. RGB value is (172,187,222). Sum of RGB (Red+Green+Blue) = 172+187+222=581 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.60% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #ACBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBDE is #534421. Grayscale: #BABABA. Windows color (decimal): -5456930 or 14597036. OLE color: 14597036.

HSL color Cylindrical-coordinate representation of color #ACBBDE: hue angle of 222º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACBBDE is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 187 222 -
CMYK 0.23 0.16 0 0.13
HSL 222º 0.43% 0.77% -
HSV(B) 222º 0.23% 0.87% -
XYZ 47.97 49.59 76.15 -
YUV 186.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 172 187 222 0.23 0.16 0 0.13 222 0.43 0.77
Hex AC BB DE 17 10 0 D DE 2B 4D
Octal 254 273 336 27 20 0 15 336 53 115
Binary 10101100 10111011 11011110 10111 10000 0 1101 11011110 101011 1001101

Color Harmonies of #ACBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBDE

Black with #ACBBDE

Text Example


Text Example

White with #ACBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBDE; }

 p { color: rgb(172,187,222); }

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

background-color css

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

 a { background-color: rgb(172,187,222); }

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

border-color css

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

 span { border-color: rgb(172,187,222); }

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