Html Css Color HEX #ADB2F2 Perano

📋 copy color: '#ADB2F2'

red 173 ◦ green 178 ◦ blue 242

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

Shades of Perano #ADB2F2

Tints of Perano #ADB2F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 29.17%
G = 30.02%
B = 40.81%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB2F2 (or 0xADB2F2) is known color: Perano. HEX triplet: AD, B2 and F2. RGB value is (173,178,242). Sum of RGB (Red+Green+Blue) = 173+178+242=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F2 is #524D0D. Grayscale: #B7B7B7. Windows color (decimal): -5393678 or 15905453. OLE color: 15905453.

HSL color Cylindrical-coordinate representation of color #ADB2F2: hue angle of 235.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB2F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 178 242 -
CMYK 0.29 0.26 0 0.05
HSL 235.65º 0.73% 0.81% -
HSV(B) 235.65º 0.29% 0.95% -
XYZ 49.18 47.14 90.51 -
YUV 183.8 160.84 120.3 -
System Red Green Blue C M Y K H S L
Decimal 173 178 242 0.29 0.26 0 0.05 235.65 0.73 0.81
Hex AD B2 F2 1D 1A 0 5 EC 49 51
Octal 255 262 362 35 32 0 5 354 111 121
Binary 10101101 10110010 11110010 11101 11010 0 101 11101100 1001001 1010001

Color Harmonies of #ADB2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2F2

Black with #ADB2F2

Text Example


Text Example

White with #ADB2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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