Html Css Color HEX #AFBBDC Perano

📋 copy color: '#AFBBDC'

red 175 ◦ green 187 ◦ blue 220

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

Shades of Perano #AFBBDC

Tints of Perano #AFBBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 30.07%
G = 32.13%
B = 37.8%

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

#AFBBDC (or 0xAFBBDC) is known color: Perano. HEX triplet: AF, BB and DC. RGB value is (175,187,220). Sum of RGB (Red+Green+Blue) = 175+187+220=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDC is #504423. Grayscale: #BBBBBB. Windows color (decimal): -5260324 or 14465967. OLE color: 14465967.

HSL color Cylindrical-coordinate representation of color #AFBBDC: hue angle of 224º 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 #AFBBDC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 187 220 -
CMYK 0.20 0.15 0 0.14
HSL 224º 0.39% 0.77% -
HSV(B) 224º 0.2% 0.86% -
XYZ 48.37 49.82 74.78 -
YUV 187.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 175 187 220 0.20 0.15 0 0.14 224 0.39 0.77
Hex AF BB DC 14 F 0 E E0 27 4D
Octal 257 273 334 24 17 0 16 340 47 115
Binary 10101111 10111011 11011100 10100 1111 0 1110 11100000 100111 1001101

Color Harmonies of #AFBBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBDC

Black with #AFBBDC

Text Example


Text Example

White with #AFBBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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