Html Css Color HEX #AFBBEC Perano

📋 copy color: '#AFBBEC'

red 175 ◦ green 187 ◦ blue 236

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

Shades of Perano #AFBBEC

Tints of Perano #AFBBEC

RGB

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

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

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

R = 29.26%
G = 31.27%
B = 39.46%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFBBEC (or 0xAFBBEC) is known color: Perano. HEX triplet: AF, BB and EC. RGB value is (175,187,236). Sum of RGB (Red+Green+Blue) = 175+187+236=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBBEC is #504413. Grayscale: #BCBCBC. Windows color (decimal): -5260308 or 15514543. OLE color: 15514543.

HSL color Cylindrical-coordinate representation of color #AFBBEC: hue angle of 228.2º 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 #AFBBEC is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 187 236 -
CMYK 0.26 0.21 0 0.07
HSL 228.2º 0.62% 0.81% -
HSV(B) 228.2º 0.26% 0.93% -
XYZ 50.59 50.71 86.48 -
YUV 189 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 175 187 236 0.26 0.21 0 0.07 228.2 0.62 0.81
Hex AF BB EC 1A 15 0 7 E4 3E 51
Octal 257 273 354 32 25 0 7 344 76 121
Binary 10101111 10111011 11101100 11010 10101 0 111 11100100 111110 1010001

Color Harmonies of #AFBBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBEC

Black with #AFBBEC

Text Example


Text Example

White with #AFBBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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