Html Css Color HEX #ADBAEE Perano

📋 copy color: '#ADBAEE'

red 173 ◦ green 186 ◦ blue 238

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

Shades of Perano #ADBAEE

Tints of Perano #ADBAEE

RGB

 RED value IS 173 (67.97% from 255) = 28.98%

 GREEN value IS 186 (73.05% from 255) = 31.16%

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

R = 28.98%
G = 31.16%
B = 39.87%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADBAEE (or 0xADBAEE) is known color: Perano. HEX triplet: AD, BA and EE. RGB value is (173,186,238). Sum of RGB (Red+Green+Blue) = 173+186+238=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADBAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAEE is #524511. Grayscale: #BBBBBB. Windows color (decimal): -5391634 or 15645357. OLE color: 15645357.

HSL color Cylindrical-coordinate representation of color #ADBAEE: hue angle of 228º degrees, saturation: 0.66, 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 #ADBAEE is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 186 238 -
CMYK 0.27 0.22 0 0.07
HSL 228º 0.66% 0.81% -
HSV(B) 228º 0.27% 0.93% -
XYZ 50.23 50.18 87.93 -
YUV 188.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 173 186 238 0.27 0.22 0 0.07 228 0.66 0.81
Hex AD BA EE 1B 16 0 7 E4 42 51
Octal 255 272 356 33 26 0 7 344 102 121
Binary 10101101 10111010 11101110 11011 10110 0 111 11100100 1000010 1010001

Color Harmonies of #ADBAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAEE

Black with #ADBAEE

Text Example


Text Example

White with #ADBAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAEE; }

 p { color: rgb(173,186,238); }

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

background-color css

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

 a { background-color: rgb(173,186,238); }

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

border-color css

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

 span { border-color: rgb(173,186,238); }

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