Html Css Color HEX #AFBBCE Spindle

📋 copy color: '#AFBBCE'

red 175 ◦ green 187 ◦ blue 206

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

Shades of Spindle #AFBBCE

Tints of Spindle #AFBBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 30.81%
G = 32.92%
B = 36.27%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBBCE (or 0xAFBBCE) is known color: Spindle. HEX triplet: AF, BB and CE. RGB value is (175,187,206). Sum of RGB (Red+Green+Blue) = 175+187+206=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFBBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCE is #504431. Grayscale: #B9B9B9. Windows color (decimal): -5260338 or 13548463. OLE color: 13548463.

HSL color Cylindrical-coordinate representation of color #AFBBCE: hue angle of 216.77º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBBCE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 187 206 -
CMYK 0.15 0.09 0 0.19
HSL 216.77º 0.24% 0.75% -
HSV(B) 216.77º 0.15% 0.81% -
XYZ 46.59 49.11 65.42 -
YUV 185.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 175 187 206 0.15 0.09 0 0.19 216.77 0.24 0.75
Hex AF BB CE F 9 0 13 D9 18 4B
Octal 257 273 316 17 11 0 23 331 30 113
Binary 10101111 10111011 11001110 1111 1001 0 10011 11011001 11000 1001011

Color Harmonies of #AFBBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBCE

Black with #AFBBCE

Text Example


Text Example

White with #AFBBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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