Html Css Color HEX #AEBCEB Perano

📋 copy color: '#AEBCEB'

red 174 ◦ green 188 ◦ blue 235

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

Shades of Perano #AEBCEB

Tints of Perano #AEBCEB

RGB

 RED value IS 174 (68.36% from 255) = 29.15%

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

 BLUE value IS 235 (92.19% from 255) = 39.36%

R = 29.15%
G = 31.49%
B = 39.36%

CMYK

 C value IS 0.26

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEBCEB (or 0xAEBCEB) is known color: Perano. HEX triplet: AE, BC and EB. RGB value is (174,188,235). Sum of RGB (Red+Green+Blue) = 174+188+235=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEBCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBCEB is #514314. Grayscale: #BCBCBC. Windows color (decimal): -5325589 or 15449262. OLE color: 15449262.

HSL color Cylindrical-coordinate representation of color #AEBCEB: hue angle of 226.23º 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 #AEBCEB is Cyan = 0.26, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 188 235 -
CMYK 0.26 0.2 0 0.08
HSL 226.23º 0.6% 0.8% -
HSV(B) 226.23º 0.26% 0.92% -
XYZ 50.43 50.96 85.78 -
YUV 189.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 174 188 235 0.26 0.2 0 0.08 226.23 0.6 0.8
Hex AE BC EB 1A 14 0 8 E2 3C 50
Octal 256 274 353 32 24 0 10 342 74 120
Binary 10101110 10111100 11101011 11010 10100 0 1000 11100010 111100 1010000

Color Harmonies of #AEBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCEB

Black with #AEBCEB

Text Example


Text Example

White with #AEBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCEB; }

 p { color: rgb(174,188,235); }

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

background-color css

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

 a { background-color: rgb(174,188,235); }

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

border-color css

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

 span { border-color: rgb(174,188,235); }

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