Html Css Color HEX #ADB4F2 Perano

📋 copy color: '#ADB4F2'

red 173 ◦ green 180 ◦ blue 242

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

Shades of Perano #ADB4F2

Tints of Perano #ADB4F2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.25%

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

R = 29.08%
G = 30.25%
B = 40.67%

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

#ADB4F2 (or 0xADB4F2) is known color: Perano. HEX triplet: AD, B4 and F2. RGB value is (173,180,242). Sum of RGB (Red+Green+Blue) = 173+180+242=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 180 (70.70% from 255 or 30.25% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4F2 is #524B0D. Grayscale: #B8B8B8. Windows color (decimal): -5393166 or 15905965. OLE color: 15905965.

HSL color Cylindrical-coordinate representation of color #ADB4F2: hue angle of 233.91º 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 #ADB4F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 180 242 -
CMYK 0.29 0.26 0 0.05
HSL 233.91º 0.73% 0.81% -
HSV(B) 233.91º 0.29% 0.95% -
XYZ 49.58 47.94 90.64 -
YUV 184.98 160.18 119.46 -
System Red Green Blue C M Y K H S L
Decimal 173 180 242 0.29 0.26 0 0.05 233.91 0.73 0.81
Hex AD B4 F2 1D 1A 0 5 EA 49 51
Octal 255 264 362 35 32 0 5 352 111 121
Binary 10101101 10110100 11110010 11101 11010 0 101 11101010 1001001 1010001

Color Harmonies of #ADB4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB4F2

Black with #ADB4F2

Text Example


Text Example

White with #ADB4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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