Html Css Color HEX #ADB8F3 Perano

📋 copy color: '#ADB8F3'

red 173 ◦ green 184 ◦ blue 243

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

Shades of Perano #ADB8F3

Tints of Perano #ADB8F3

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.67%

 BLUE value IS 243 (95.31% from 255) = 40.5%

R = 28.83%
G = 30.67%
B = 40.5%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADB8F3 (or 0xADB8F3) is known color: Perano. HEX triplet: AD, B8 and F3. RGB value is (173,184,243). Sum of RGB (Red+Green+Blue) = 173+184+243=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 243 (95.31% from 255 or 40.5% from 600); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8F3 is #52470C. Grayscale: #BBBBBB. Windows color (decimal): -5392141 or 15972525. OLE color: 15972525.

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

Color convert

RGB 173 184 243 -
CMYK 0.29 0.24 0 0.05
HSL 230.57º 0.74% 0.82% -
HSV(B) 230.57º 0.29% 0.95% -
XYZ 50.55 49.64 91.71 -
YUV 187.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 173 184 243 0.29 0.24 0 0.05 230.57 0.74 0.82
Hex AD B8 F3 1D 18 0 5 E7 4A 52
Octal 255 270 363 35 30 0 5 347 112 122
Binary 10101101 10111000 11110011 11101 11000 0 101 11100111 1001010 1010010

Color Harmonies of #ADB8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB8F3

Black with #ADB8F3

Text Example


Text Example

White with #ADB8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB8F3; }

 p { color: rgb(173,184,243); }

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

background-color css

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

 a { background-color: rgb(173,184,243); }

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

border-color css

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

 span { border-color: rgb(173,184,243); }

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