Html Css Color HEX #ADB2F7 Perano

📋 copy color: '#ADB2F7'

red 173 ◦ green 178 ◦ blue 247

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

Shades of Perano #ADB2F7

Tints of Perano #ADB2F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 41.3%

R = 28.93%
G = 29.77%
B = 41.3%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ADB2F7 (or 0xADB2F7) is known color: Perano. HEX triplet: AD, B2 and F7. RGB value is (173,178,247). Sum of RGB (Red+Green+Blue) = 173+178+247=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADB2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F7 is #524D08. Grayscale: #B8B8B8. Windows color (decimal): -5393673 or 16233133. OLE color: 16233133.

HSL color Cylindrical-coordinate representation of color #ADB2F7: hue angle of 235.95º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB2F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 178 247 -
CMYK 0.30 0.28 0 0.03
HSL 235.95º 0.82% 0.82% -
HSV(B) 235.95º 0.3% 0.97% -
XYZ 49.94 47.44 94.52 -
YUV 184.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 173 178 247 0.30 0.28 0 0.03 235.95 0.82 0.82
Hex AD B2 F7 1E 1C 0 3 EC 52 52
Octal 255 262 367 36 34 0 3 354 122 122
Binary 10101101 10110010 11110111 11110 11100 0 11 11101100 1010010 1010010

Color Harmonies of #ADB2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2F7

Black with #ADB2F7

Text Example


Text Example

White with #ADB2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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