Html Css Color HEX #AD99CB Biloba Flower

📋 copy color: '#AD99CB'

red 173 ◦ green 153 ◦ blue 203

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

Shades of Biloba Flower #AD99CB

Tints of Biloba Flower #AD99CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.92%

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 32.7%
G = 28.92%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD99CB (or 0xAD99CB) is known color: Biloba Flower. HEX triplet: AD, 99 and CB. RGB value is (173,153,203). Sum of RGB (Red+Green+Blue) = 173+153+203=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD99CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CB is #526634. Grayscale: #A4A4A4. Windows color (decimal): -5400117 or 13343149. OLE color: 13343149.

HSL color Cylindrical-coordinate representation of color #AD99CB: hue angle of 264º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD99CB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 153 203 -
CMYK 0.15 0.25 0 0.20
HSL 264º 0.32% 0.7% -
HSV(B) 264º 0.25% 0.8% -
XYZ 39.4 35.98 61.37 -
YUV 164.68 149.63 133.93 -
System Red Green Blue C M Y K H S L
Decimal 173 153 203 0.15 0.25 0 0.20 264 0.32 0.7
Hex AD 99 CB F 19 0 14 108 20 46
Octal 255 231 313 17 31 0 24 410 40 106
Binary 10101101 10011001 11001011 1111 11001 0 10100 100001000 100000 1000110

Color Harmonies of #AD99CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99CB

Black with #AD99CB

Text Example


Text Example

White with #AD99CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99CB; }

 p { color: rgb(173,153,203); }

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

background-color css

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

 a { background-color: rgb(173,153,203); }

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

border-color css

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

 span { border-color: rgb(173,153,203); }

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