Html Css Color HEX #AFBBDA Perano

📋 copy color: '#AFBBDA'

red 175 ◦ green 187 ◦ blue 218

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

Shades of Perano #AFBBDA

Tints of Perano #AFBBDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.59%

R = 30.17%
G = 32.24%
B = 37.59%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFBBDA (or 0xAFBBDA) is known color: Perano. HEX triplet: AF, BB and DA. RGB value is (175,187,218). Sum of RGB (Red+Green+Blue) = 175+187+218=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 187 (73.44% from 255 or 32.24% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFBBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBDA is #504425. Grayscale: #BABABA. Windows color (decimal): -5260326 or 14334895. OLE color: 14334895.

HSL color Cylindrical-coordinate representation of color #AFBBDA: hue angle of 223.26º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBBDA is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 187 218 -
CMYK 0.20 0.14 0 0.15
HSL 223.26º 0.37% 0.77% -
HSV(B) 223.26º 0.2% 0.85% -
XYZ 48.1 49.72 73.39 -
YUV 186.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 175 187 218 0.20 0.14 0 0.15 223.26 0.37 0.77
Hex AF BB DA 14 E 0 F DF 25 4D
Octal 257 273 332 24 16 0 17 337 45 115
Binary 10101111 10111011 11011010 10100 1110 0 1111 11011111 100101 1001101

Color Harmonies of #AFBBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBDA

Black with #AFBBDA

Text Example


Text Example

White with #AFBBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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