Html Css Color HEX #ACBEE3 Perano

📋 copy color: '#ACBEE3'

red 172 ◦ green 190 ◦ blue 227

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

Shades of Perano #ACBEE3

Tints of Perano #ACBEE3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.26%

 BLUE value IS 227 (89.06% from 255) = 38.54%

R = 29.2%
G = 32.26%
B = 38.54%

CMYK

 C value IS 0.24

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ACBEE3 (or 0xACBEE3) is known color: Perano. HEX triplet: AC, BE and E3. RGB value is (172,190,227). Sum of RGB (Red+Green+Blue) = 172+190+227=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 227 (89.06% from 255 or 38.54% from 589); Max value from RGB is 227 - color contains mainly: blue. Hex color #ACBEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBEE3 is #53411C. Grayscale: #BCBCBC. Windows color (decimal): -5456157 or 14925484. OLE color: 14925484.

HSL color Cylindrical-coordinate representation of color #ACBEE3: hue angle of 220.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACBEE3 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 190 227 -
CMYK 0.24 0.16 0 0.11
HSL 220.36º 0.5% 0.78% -
HSV(B) 220.36º 0.24% 0.89% -
XYZ 49.29 51.14 79.95 -
YUV 188.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 172 190 227 0.24 0.16 0 0.11 220.36 0.5 0.78
Hex AC BE E3 18 10 0 B DC 32 4E
Octal 254 276 343 30 20 0 13 334 62 116
Binary 10101100 10111110 11100011 11000 10000 0 1011 11011100 110010 1001110

Color Harmonies of #ACBEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBEE3

Black with #ACBEE3

Text Example


Text Example

White with #ACBEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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