Html Css Color HEX #ACBCEA Perano

📋 copy color: '#ACBCEA'

red 172 ◦ green 188 ◦ blue 234

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

Shades of Perano #ACBCEA

Tints of Perano #ACBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.65%

 BLUE value IS 234 (91.8% from 255) = 39.39%

R = 28.96%
G = 31.65%
B = 39.39%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ACBCEA (or 0xACBCEA) is known color: Perano. HEX triplet: AC, BC and EA. RGB value is (172,188,234). Sum of RGB (Red+Green+Blue) = 172+188+234=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #ACBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBCEA is #534315. Grayscale: #BCBCBC. Windows color (decimal): -5456662 or 15383724. OLE color: 15383724.

HSL color Cylindrical-coordinate representation of color #ACBCEA: hue angle of 224.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACBCEA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 172 188 234 -
CMYK 0.26 0.20 0 0.08
HSL 224.52º 0.6% 0.8% -
HSV(B) 224.52º 0.26% 0.92% -
XYZ 49.85 50.68 85 -
YUV 188.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 172 188 234 0.26 0.20 0 0.08 224.52 0.6 0.8
Hex AC BC EA 1A 14 0 8 E1 3C 50
Octal 254 274 352 32 24 0 10 341 74 120
Binary 10101100 10111100 11101010 11010 10100 0 1000 11100001 111100 1010000

Color Harmonies of #ACBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCEA

Black with #ACBCEA

Text Example


Text Example

White with #ACBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCEA; }

 p { color: rgb(172,188,234); }

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

background-color css

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

 a { background-color: rgb(172,188,234); }

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

border-color css

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

 span { border-color: rgb(172,188,234); }

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