Html Css Color HEX #AFBDEC Perano

📋 copy color: '#AFBDEC'

red 175 ◦ green 189 ◦ blue 236

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

Shades of Perano #AFBDEC

Tints of Perano #AFBDEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.33%

R = 29.17%
G = 31.5%
B = 39.33%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFBDEC (or 0xAFBDEC) is known color: Perano. HEX triplet: AF, BD and EC. RGB value is (175,189,236). Sum of RGB (Red+Green+Blue) = 175+189+236=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDEC is #504213. Grayscale: #BDBDBD. Windows color (decimal): -5259796 or 15515055. OLE color: 15515055.

HSL color Cylindrical-coordinate representation of color #AFBDEC: hue angle of 226.23º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFBDEC is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 189 236 -
CMYK 0.26 0.20 0 0.07
HSL 226.23º 0.62% 0.81% -
HSV(B) 226.23º 0.26% 0.93% -
XYZ 51.02 51.57 86.62 -
YUV 190.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 175 189 236 0.26 0.20 0 0.07 226.23 0.62 0.81
Hex AF BD EC 1A 14 0 7 E2 3E 51
Octal 257 275 354 32 24 0 7 342 76 121
Binary 10101111 10111101 11101100 11010 10100 0 111 11100010 111110 1010001

Color Harmonies of #AFBDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDEC

Black with #AFBDEC

Text Example


Text Example

White with #AFBDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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