Html Css Color HEX #AFBCDC Perano

📋 copy color: '#AFBCDC'

red 175 ◦ green 188 ◦ blue 220

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

Shades of Perano #AFBCDC

Tints of Perano #AFBCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 30.02%
G = 32.25%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFBCDC (or 0xAFBCDC) is known color: Perano. HEX triplet: AF, BC and DC. RGB value is (175,188,220). Sum of RGB (Red+Green+Blue) = 175+188+220=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDC is #504323. Grayscale: #BBBBBB. Windows color (decimal): -5260068 or 14466223. OLE color: 14466223.

HSL color Cylindrical-coordinate representation of color #AFBCDC: hue angle of 222.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBCDC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 188 220 -
CMYK 0.20 0.15 0 0.14
HSL 222.67º 0.39% 0.77% -
HSV(B) 222.67º 0.2% 0.86% -
XYZ 48.58 50.25 74.85 -
YUV 187.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 175 188 220 0.20 0.15 0 0.14 222.67 0.39 0.77
Hex AF BC DC 14 F 0 E DF 27 4D
Octal 257 274 334 24 17 0 16 337 47 115
Binary 10101111 10111100 11011100 10100 1111 0 1110 11011111 100111 1001101

Color Harmonies of #AFBCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCDC

Black with #AFBCDC

Text Example


Text Example

White with #AFBCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCDC; }

 p { color: rgb(175,188,220); }

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

background-color css

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

 a { background-color: rgb(175,188,220); }

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

border-color css

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

 span { border-color: rgb(175,188,220); }

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