Html Css Color HEX #AFBDE0 Perano

📋 copy color: '#AFBDE0'

red 175 ◦ green 189 ◦ blue 224

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

Shades of Perano #AFBDE0

Tints of Perano #AFBDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 29.76%
G = 32.14%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFBDE0 (or 0xAFBDE0) is known color: Perano. HEX triplet: AF, BD and E0. RGB value is (175,189,224). Sum of RGB (Red+Green+Blue) = 175+189+224=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #AFBDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDE0 is #50421F. Grayscale: #BCBCBC. Windows color (decimal): -5259808 or 14728623. OLE color: 14728623.

HSL color Cylindrical-coordinate representation of color #AFBDE0: hue angle of 222.86º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFBDE0 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 189 224 -
CMYK 0.22 0.16 0 0.12
HSL 222.86º 0.44% 0.78% -
HSV(B) 222.86º 0.22% 0.88% -
XYZ 49.33 50.89 77.74 -
YUV 188.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 175 189 224 0.22 0.16 0 0.12 222.86 0.44 0.78
Hex AF BD E0 16 10 0 C DF 2C 4E
Octal 257 275 340 26 20 0 14 337 54 116
Binary 10101111 10111101 11100000 10110 10000 0 1100 11011111 101100 1001110

Color Harmonies of #AFBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDE0

Black with #AFBDE0

Text Example


Text Example

White with #AFBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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