Html Css Color HEX #ACBDEE Perano

📋 copy color: '#ACBDEE'

red 172 ◦ green 189 ◦ blue 238

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

Shades of Perano #ACBDEE

Tints of Perano #ACBDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.55%

 BLUE value IS 238 (93.36% from 255) = 39.73%

R = 28.71%
G = 31.55%
B = 39.73%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACBDEE (or 0xACBDEE) is known color: Perano. HEX triplet: AC, BD and EE. RGB value is (172,189,238). Sum of RGB (Red+Green+Blue) = 172+189+238=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACBDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBDEE is #534211. Grayscale: #BDBDBD. Windows color (decimal): -5456402 or 15646124. OLE color: 15646124.

HSL color Cylindrical-coordinate representation of color #ACBDEE: hue angle of 224.55º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACBDEE is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 189 238 -
CMYK 0.28 0.21 0 0.07
HSL 224.55º 0.66% 0.8% -
HSV(B) 224.55º 0.28% 0.93% -
XYZ 50.64 51.34 88.13 -
YUV 189.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 172 189 238 0.28 0.21 0 0.07 224.55 0.66 0.8
Hex AC BD EE 1C 15 0 7 E1 42 50
Octal 254 275 356 34 25 0 7 341 102 120
Binary 10101100 10111101 11101110 11100 10101 0 111 11100001 1000010 1010000

Color Harmonies of #ACBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDEE

Black with #ACBDEE

Text Example


Text Example

White with #ACBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDEE; }

 p { color: rgb(172,189,238); }

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

background-color css

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

 a { background-color: rgb(172,189,238); }

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

border-color css

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

 span { border-color: rgb(172,189,238); }

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