Html Css Color HEX #ADBDE9 Perano

📋 copy color: '#ADBDE9'

red 173 ◦ green 189 ◦ blue 233

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

Shades of Perano #ADBDE9

Tints of Perano #ADBDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.16%

R = 29.08%
G = 31.76%
B = 39.16%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADBDE9 (or 0xADBDE9) is known color: Perano. HEX triplet: AD, BD and E9. RGB value is (173,189,233). Sum of RGB (Red+Green+Blue) = 173+189+233=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADBDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDE9 is #524216. Grayscale: #BDBDBD. Windows color (decimal): -5390871 or 15318445. OLE color: 15318445.

HSL color Cylindrical-coordinate representation of color #ADBDE9: hue angle of 224º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADBDE9 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 189 233 -
CMYK 0.26 0.19 0 0.09
HSL 224º 0.58% 0.8% -
HSV(B) 224º 0.26% 0.91% -
XYZ 50.14 51.16 84.32 -
YUV 189.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 173 189 233 0.26 0.19 0 0.09 224 0.58 0.8
Hex AD BD E9 1A 13 0 9 E0 3A 50
Octal 255 275 351 32 23 0 11 340 72 120
Binary 10101101 10111101 11101001 11010 10011 0 1001 11100000 111010 1010000

Color Harmonies of #ADBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDE9

Black with #ADBDE9

Text Example


Text Example

White with #ADBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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