Html Css Color HEX #AFBCDF Perano

📋 copy color: '#AFBCDF'

red 175 ◦ green 188 ◦ blue 223

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

Shades of Perano #AFBCDF

Tints of Perano #AFBCDF

RGB

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

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

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

R = 29.86%
G = 32.08%
B = 38.05%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFBCDF (or 0xAFBCDF) is known color: Perano. HEX triplet: AF, BC and DF. RGB value is (175,188,223). Sum of RGB (Red+Green+Blue) = 175+188+223=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFBCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDF is #504320. Grayscale: #BBBBBB. Windows color (decimal): -5260065 or 14662831. OLE color: 14662831.

HSL color Cylindrical-coordinate representation of color #AFBCDF: hue angle of 223.75º 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 #AFBCDF is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 188 223 -
CMYK 0.22 0.16 0 0.13
HSL 223.75º 0.43% 0.78% -
HSV(B) 223.75º 0.22% 0.87% -
XYZ 48.98 50.41 76.96 -
YUV 188.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 175 188 223 0.22 0.16 0 0.13 223.75 0.43 0.78
Hex AF BC DF 16 10 0 D E0 2B 4E
Octal 257 274 337 26 20 0 15 340 53 116
Binary 10101111 10111100 11011111 10110 10000 0 1101 11100000 101011 1001110

Color Harmonies of #AFBCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCDF

Black with #AFBCDF

Text Example


Text Example

White with #AFBCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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