Html Css Color HEX #ADBFE8 Perano

📋 copy color: '#ADBFE8'

red 173 ◦ green 191 ◦ blue 232

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

Shades of Perano #ADBFE8

Tints of Perano #ADBFE8

RGB

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

 GREEN value IS 191 (75% from 255) = 32.05%

 BLUE value IS 232 (91.02% from 255) = 38.93%

R = 29.03%
G = 32.05%
B = 38.93%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADBFE8 (or 0xADBFE8) is known color: Perano. HEX triplet: AD, BF and E8. RGB value is (173,191,232). Sum of RGB (Red+Green+Blue) = 173+191+232=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 232 (91.02% from 255 or 38.93% from 596); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFE8 is #524017. Grayscale: #BEBEBE. Windows color (decimal): -5390360 or 15253421. OLE color: 15253421.

HSL color Cylindrical-coordinate representation of color #ADBFE8: hue angle of 221.69º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBFE8 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 191 232 -
CMYK 0.25 0.18 0 0.09
HSL 221.69º 0.56% 0.79% -
HSV(B) 221.69º 0.25% 0.91% -
XYZ 50.43 51.97 83.72 -
YUV 190.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 173 191 232 0.25 0.18 0 0.09 221.69 0.56 0.79
Hex AD BF E8 19 12 0 9 DE 38 4F
Octal 255 277 350 31 22 0 11 336 70 117
Binary 10101101 10111111 11101000 11001 10010 0 1001 11011110 111000 1001111

Color Harmonies of #ADBFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFE8

Black with #ADBFE8

Text Example


Text Example

White with #ADBFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFE8; }

 p { color: rgb(173,191,232); }

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

background-color css

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

 a { background-color: rgb(173,191,232); }

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

border-color css

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

 span { border-color: rgb(173,191,232); }

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