Html Css Color HEX #ADB3EE Perano

📋 copy color: '#ADB3EE'

red 173 ◦ green 179 ◦ blue 238

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

Shades of Perano #ADB3EE

Tints of Perano #ADB3EE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.34%

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

R = 29.32%
G = 30.34%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ADB3EE (or 0xADB3EE) is known color: Perano. HEX triplet: AD, B3 and EE. RGB value is (173,179,238). Sum of RGB (Red+Green+Blue) = 173+179+238=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3EE is #524C11. Grayscale: #B7B7B7. Windows color (decimal): -5393426 or 15643565. OLE color: 15643565.

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

Color convert

RGB 173 179 238 -
CMYK 0.27 0.25 0 0.07
HSL 234.46º 0.66% 0.81% -
HSV(B) 234.46º 0.27% 0.93% -
XYZ 48.79 47.3 87.45 -
YUV 183.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 173 179 238 0.27 0.25 0 0.07 234.46 0.66 0.81
Hex AD B3 EE 1B 19 0 7 EA 42 51
Octal 255 263 356 33 31 0 7 352 102 121
Binary 10101101 10110011 11101110 11011 11001 0 111 11101010 1000010 1010001

Color Harmonies of #ADB3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB3EE

Black with #ADB3EE

Text Example


Text Example

White with #ADB3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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