Html Css Color HEX #ADBCF2 Perano

📋 copy color: '#ADBCF2'

red 173 ◦ green 188 ◦ blue 242

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

Shades of Perano #ADBCF2

Tints of Perano #ADBCF2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.18%

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

R = 28.69%
G = 31.18%
B = 40.13%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADBCF2 (or 0xADBCF2) is known color: Perano. HEX triplet: AD, BC and F2. RGB value is (173,188,242). Sum of RGB (Red+Green+Blue) = 173+188+242=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADBCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCF2 is #52430D. Grayscale: #BDBDBD. Windows color (decimal): -5391118 or 15908013. OLE color: 15908013.

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

Color convert

RGB 173 188 242 -
CMYK 0.29 0.22 0 0.05
HSL 226.96º 0.73% 0.81% -
HSV(B) 226.96º 0.29% 0.95% -
XYZ 51.24 51.26 91.2 -
YUV 189.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 173 188 242 0.29 0.22 0 0.05 226.96 0.73 0.81
Hex AD BC F2 1D 16 0 5 E3 49 51
Octal 255 274 362 35 26 0 5 343 111 121
Binary 10101101 10111100 11110010 11101 10110 0 101 11100011 1001001 1010001

Color Harmonies of #ADBCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCF2

Black with #ADBCF2

Text Example


Text Example

White with #ADBCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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