Html Css Color HEX #AFBDDF Perano

📋 copy color: '#AFBDDF'

red 175 ◦ green 189 ◦ blue 223

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

Shades of Perano #AFBDDF

Tints of Perano #AFBDDF

RGB

 RED value IS 175 (68.75% from 255) = 29.81%

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

 BLUE value IS 223 (87.5% from 255) = 37.99%

R = 29.81%
G = 32.2%
B = 37.99%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFBDDF (or 0xAFBDDF) is known color: Perano. HEX triplet: AF, BD and DF. RGB value is (175,189,223). Sum of RGB (Red+Green+Blue) = 175+189+223=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDF is #504220. Grayscale: #BCBCBC. Windows color (decimal): -5259809 or 14663087. OLE color: 14663087.

HSL color Cylindrical-coordinate representation of color #AFBDDF: hue angle of 222.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBDDF is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 189 223 -
CMYK 0.22 0.15 0 0.13
HSL 222.5º 0.43% 0.78% -
HSV(B) 222.5º 0.22% 0.87% -
XYZ 49.2 50.84 77.03 -
YUV 188.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 175 189 223 0.22 0.15 0 0.13 222.5 0.43 0.78
Hex AF BD DF 16 F 0 D DE 2B 4E
Octal 257 275 337 26 17 0 15 336 53 116
Binary 10101111 10111101 11011111 10110 1111 0 1101 11011110 101011 1001110

Color Harmonies of #AFBDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDDF

Black with #AFBDDF

Text Example


Text Example

White with #AFBDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDDF; }

 p { color: rgb(175,189,223); }

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

background-color css

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

 a { background-color: rgb(175,189,223); }

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

border-color css

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

 span { border-color: rgb(175,189,223); }

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