Html Css Color HEX #AEBBED Perano

📋 copy color: '#AEBBED'

red 174 ◦ green 187 ◦ blue 237

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

Shades of Perano #AEBBED

Tints of Perano #AEBBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.63%

R = 29.1%
G = 31.27%
B = 39.63%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AEBBED (or 0xAEBBED) is known color: Perano. HEX triplet: AE, BB and ED. RGB value is (174,187,237). Sum of RGB (Red+Green+Blue) = 174+187+237=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEBBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEBBED is #514412. Grayscale: #BCBCBC. Windows color (decimal): -5325843 or 15580078. OLE color: 15580078.

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

Color convert

RGB 174 187 237 -
CMYK 0.27 0.21 0 0.07
HSL 227.62º 0.64% 0.81% -
HSV(B) 227.62º 0.27% 0.93% -
XYZ 50.51 50.65 87.24 -
YUV 188.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 174 187 237 0.27 0.21 0 0.07 227.62 0.64 0.81
Hex AE BB ED 1B 15 0 7 E4 40 51
Octal 256 273 355 33 25 0 7 344 100 121
Binary 10101110 10111011 11101101 11011 10101 0 111 11100100 1000000 1010001

Color Harmonies of #AEBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBED

Black with #AEBBED

Text Example


Text Example

White with #AEBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBED; }

 p { color: rgb(174,187,237); }

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

background-color css

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

 a { background-color: rgb(174,187,237); }

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

border-color css

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

 span { border-color: rgb(174,187,237); }

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