Html Css Color HEX #ADBDFD Perano

📋 copy color: '#ADBDFD'

red 173 ◦ green 189 ◦ blue 253

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

Shades of Perano #ADBDFD

Tints of Perano #ADBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.73%

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 28.13%
G = 30.73%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADBDFD (or 0xADBDFD) is known color: Perano. HEX triplet: AD, BD and FD. RGB value is (173,189,253). Sum of RGB (Red+Green+Blue) = 173+189+253=615 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.13% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDFD is #524202. Grayscale: #BFBFBF. Windows color (decimal): -5390851 or 16629165. OLE color: 16629165.

HSL color Cylindrical-coordinate representation of color #ADBDFD: hue angle of 228º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBDFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 189 253 -
CMYK 0.32 0.25 0 0.01
HSL 228º 0.95% 0.84% -
HSV(B) 228º 0.32% 0.99% -
XYZ 53.16 52.37 100.24 -
YUV 191.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 173 189 253 0.32 0.25 0 0.01 228 0.95 0.84
Hex AD BD FD 20 19 0 1 E4 5F 54
Octal 255 275 375 40 31 0 1 344 137 124
Binary 10101101 10111101 11111101 100000 11001 0 1 11100100 1011111 1010100

Color Harmonies of #ADBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDFD

Black with #ADBDFD

Text Example


Text Example

White with #ADBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDFD; }

 p { color: rgb(173,189,253); }

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

background-color css

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

 a { background-color: rgb(173,189,253); }

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

border-color css

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

 span { border-color: rgb(173,189,253); }

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