Html Css Color HEX #ADBAEB Perano

📋 copy color: '#ADBAEB'

red 173 ◦ green 186 ◦ blue 235

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

Shades of Perano #ADBAEB

Tints of Perano #ADBAEB

RGB

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

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

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

R = 29.12%
G = 31.31%
B = 39.56%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#ADBAEB (or 0xADBAEB) is known color: Perano. HEX triplet: AD, BA and EB. RGB value is (173,186,235). Sum of RGB (Red+Green+Blue) = 173+186+235=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAEB is #524514. Grayscale: #BBBBBB. Windows color (decimal): -5391637 or 15448749. OLE color: 15448749.

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

Color convert

RGB 173 186 235 -
CMYK 0.26 0.21 0 0.08
HSL 227.42º 0.61% 0.8% -
HSV(B) 227.42º 0.26% 0.92% -
XYZ 49.79 50 85.62 -
YUV 187.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 173 186 235 0.26 0.21 0 0.08 227.42 0.61 0.8
Hex AD BA EB 1A 15 0 8 E3 3D 50
Octal 255 272 353 32 25 0 10 343 75 120
Binary 10101101 10111010 11101011 11010 10101 0 1000 11100011 111101 1010000

Color Harmonies of #ADBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAEB

Black with #ADBAEB

Text Example


Text Example

White with #ADBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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