Html Css Color HEX #ACBBE8 Perano

📋 copy color: '#ACBBE8'

red 172 ◦ green 187 ◦ blue 232

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

Shades of Perano #ACBBE8

Tints of Perano #ACBBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.26%

R = 29.1%
G = 31.64%
B = 39.26%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ACBBE8 (or 0xACBBE8) is known color: Perano. HEX triplet: AC, BB and E8. RGB value is (172,187,232). Sum of RGB (Red+Green+Blue) = 172+187+232=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 232 (91.02% from 255 or 39.26% from 591); Max value from RGB is 232 - color contains mainly: blue. Hex color #ACBBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBBE8 is #534417. Grayscale: #BBBBBB. Windows color (decimal): -5456920 or 15252396. OLE color: 15252396.

HSL color Cylindrical-coordinate representation of color #ACBBE8: hue angle of 225º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBBE8 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 187 232 -
CMYK 0.26 0.19 0 0.09
HSL 225º 0.57% 0.79% -
HSV(B) 225º 0.26% 0.91% -
XYZ 49.35 50.14 83.42 -
YUV 187.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 172 187 232 0.26 0.19 0 0.09 225 0.57 0.79
Hex AC BB E8 1A 13 0 9 E1 39 4F
Octal 254 273 350 32 23 0 11 341 71 117
Binary 10101100 10111011 11101000 11010 10011 0 1001 11100001 111001 1001111

Color Harmonies of #ACBBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBE8

Black with #ACBBE8

Text Example


Text Example

White with #ACBBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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