Html Css Color HEX #ADB7EF Perano

📋 copy color: '#ADB7EF'

red 173 ◦ green 183 ◦ blue 239

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

Shades of Perano #ADB7EF

Tints of Perano #ADB7EF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.76%

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 29.08%
G = 30.76%
B = 40.17%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADB7EF (or 0xADB7EF) is known color: Perano. HEX triplet: AD, B7 and EF. RGB value is (173,183,239). Sum of RGB (Red+Green+Blue) = 173+183+239=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #ADB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EF is #524810. Grayscale: #BABABA. Windows color (decimal): -5392401 or 15710125. OLE color: 15710125.

HSL color Cylindrical-coordinate representation of color #ADB7EF: hue angle of 230.91º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB7EF is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 183 239 -
CMYK 0.28 0.23 0 0.06
HSL 230.91º 0.67% 0.81% -
HSV(B) 230.91º 0.28% 0.94% -
XYZ 49.75 48.98 88.49 -
YUV 186.39 157.69 118.45 -
System Red Green Blue C M Y K H S L
Decimal 173 183 239 0.28 0.23 0 0.06 230.91 0.67 0.81
Hex AD B7 EF 1C 17 0 6 E7 43 51
Octal 255 267 357 34 27 0 6 347 103 121
Binary 10101101 10110111 11101111 11100 10111 0 110 11100111 1000011 1010001

Color Harmonies of #ADB7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB7EF

Black with #ADB7EF

Text Example


Text Example

White with #ADB7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB7EF; }

 p { color: rgb(173,183,239); }

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

background-color css

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

 a { background-color: rgb(173,183,239); }

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

border-color css

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

 span { border-color: rgb(173,183,239); }

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