Html Css Color HEX #ADC2FB Perano

📋 copy color: '#ADC2FB'

red 173 ◦ green 194 ◦ blue 251

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

Shades of Perano #ADC2FB

Tints of Perano #ADC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.39%

 BLUE value IS 251 (98.44% from 255) = 40.61%

R = 27.99%
G = 31.39%
B = 40.61%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADC2FB (or 0xADC2FB) is known color: Perano. HEX triplet: AD, C2 and FB. RGB value is (173,194,251). Sum of RGB (Red+Green+Blue) = 173+194+251=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADC2FB is #523D04. Grayscale: #C1C1C1. Windows color (decimal): -5389573 or 16499373. OLE color: 16499373.

HSL color Cylindrical-coordinate representation of color #ADC2FB: hue angle of 223.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADC2FB is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 194 251 -
CMYK 0.31 0.23 0 0.02
HSL 223.85º 0.91% 0.83% -
HSV(B) 223.85º 0.31% 0.98% -
XYZ 53.94 54.43 98.93 -
YUV 194.22 160.04 112.87 -
System Red Green Blue C M Y K H S L
Decimal 173 194 251 0.31 0.23 0 0.02 223.85 0.91 0.83
Hex AD C2 FB 1F 17 0 2 E0 5B 53
Octal 255 302 373 37 27 0 2 340 133 123
Binary 10101101 11000010 11111011 11111 10111 0 10 11100000 1011011 1010011

Color Harmonies of #ADC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC2FB

Black with #ADC2FB

Text Example


Text Example

White with #ADC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC2FB; }

 p { color: rgb(173,194,251); }

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

background-color css

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

 a { background-color: rgb(173,194,251); }

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

border-color css

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

 span { border-color: rgb(173,194,251); }

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