Html Css Color HEX #ACBBE5 Perano

📋 copy color: '#ACBBE5'

red 172 ◦ green 187 ◦ blue 229

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

Shades of Perano #ACBBE5

Tints of Perano #ACBBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 29.25%
G = 31.8%
B = 38.95%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACBBE5 (or 0xACBBE5) is known color: Perano. HEX triplet: AC, BB and E5. RGB value is (172,187,229). Sum of RGB (Red+Green+Blue) = 172+187+229=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #ACBBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBE5 is #53441A. Grayscale: #BBBBBB. Windows color (decimal): -5456923 or 15055788. OLE color: 15055788.

HSL color Cylindrical-coordinate representation of color #ACBBE5: hue angle of 224.21º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACBBE5 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 187 229 -
CMYK 0.25 0.18 0 0.10
HSL 224.21º 0.52% 0.79% -
HSV(B) 224.21º 0.25% 0.9% -
XYZ 48.93 49.97 81.19 -
YUV 187.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 172 187 229 0.25 0.18 0 0.10 224.21 0.52 0.79
Hex AC BB E5 19 12 0 A E0 34 4F
Octal 254 273 345 31 22 0 12 340 64 117
Binary 10101100 10111011 11100101 11001 10010 0 1010 11100000 110100 1001111

Color Harmonies of #ACBBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBE5

Black with #ACBBE5

Text Example


Text Example

White with #ACBBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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