Html Css Color HEX #ADBDE8 Perano

📋 copy color: '#ADBDE8'

red 173 ◦ green 189 ◦ blue 232

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

Shades of Perano #ADBDE8

Tints of Perano #ADBDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 29.12%
G = 31.82%
B = 39.06%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADBDE8 (or 0xADBDE8) is known color: Perano. HEX triplet: AD, BD and E8. RGB value is (173,189,232). Sum of RGB (Red+Green+Blue) = 173+189+232=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDE8 is #524217. Grayscale: #BCBCBC. Windows color (decimal): -5390872 or 15252909. OLE color: 15252909.

HSL color Cylindrical-coordinate representation of color #ADBDE8: hue angle of 223.73º 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 #ADBDE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 189 232 -
CMYK 0.25 0.19 0 0.09
HSL 223.73º 0.56% 0.79% -
HSV(B) 223.73º 0.25% 0.91% -
XYZ 50 51.11 83.57 -
YUV 189.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 173 189 232 0.25 0.19 0 0.09 223.73 0.56 0.79
Hex AD BD E8 19 13 0 9 E0 38 4F
Octal 255 275 350 31 23 0 11 340 70 117
Binary 10101101 10111101 11101000 11001 10011 0 1001 11100000 111000 1001111

Color Harmonies of #ADBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDE8

Black with #ADBDE8

Text Example


Text Example

White with #ADBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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