Html Css Color HEX #AFBBDE Perano

📋 copy color: '#AFBBDE'

red 175 ◦ green 187 ◦ blue 222

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

Shades of Perano #AFBBDE

Tints of Perano #AFBBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 29.97%
G = 32.02%
B = 38.01%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFBBDE (or 0xAFBBDE) is known color: Perano. HEX triplet: AF, BB and DE. RGB value is (175,187,222). Sum of RGB (Red+Green+Blue) = 175+187+222=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDE is #504421. Grayscale: #BBBBBB. Windows color (decimal): -5260322 or 14597039. OLE color: 14597039.

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

Color convert

RGB 175 187 222 -
CMYK 0.21 0.16 0 0.13
HSL 224.68º 0.42% 0.78% -
HSV(B) 224.68º 0.21% 0.87% -
XYZ 48.63 49.93 76.18 -
YUV 187.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 175 187 222 0.21 0.16 0 0.13 224.68 0.42 0.78
Hex AF BB DE 15 10 0 D E1 2A 4E
Octal 257 273 336 25 20 0 15 341 52 116
Binary 10101111 10111011 11011110 10101 10000 0 1101 11100001 101010 1001110

Color Harmonies of #AFBBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBDE

Black with #AFBBDE

Text Example


Text Example

White with #AFBBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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