Html Css Color HEX #ADB2FD Perano

📋 copy color: '#ADB2FD'

red 173 ◦ green 178 ◦ blue 253

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

Shades of Perano #ADB2FD

Tints of Perano #ADB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

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

R = 28.64%
G = 29.47%
B = 41.89%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ADB2FD (or 0xADB2FD) is known color: Perano. HEX triplet: AD, B2 and FD. RGB value is (173,178,253). Sum of RGB (Red+Green+Blue) = 173+178+253=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2FD is #524D02. Grayscale: #B8B8B8. Windows color (decimal): -5393667 or 16626349. OLE color: 16626349.

HSL color Cylindrical-coordinate representation of color #ADB2FD: hue angle of 236.25º 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 #ADB2FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 178 253 -
CMYK 0.32 0.30 0 0.01
HSL 236.25º 0.95% 0.84% -
HSV(B) 236.25º 0.32% 0.99% -
XYZ 50.88 47.82 99.48 -
YUV 185.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 173 178 253 0.32 0.30 0 0.01 236.25 0.95 0.84
Hex AD B2 FD 20 1E 0 1 EC 5F 54
Octal 255 262 375 40 36 0 1 354 137 124
Binary 10101101 10110010 11111101 100000 11110 0 1 11101100 1011111 1010100

Color Harmonies of #ADB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2FD

Black with #ADB2FD

Text Example


Text Example

White with #ADB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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