Html Css Color HEX #BABFCC Spindle

📋 copy color: '#BABFCC'

red 186 ◦ green 191 ◦ blue 204

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

Shades of Spindle #BABFCC

Tints of Spindle #BABFCC

RGB

 RED value IS 186 (73.05% from 255) = 32.01%

 GREEN value IS 191 (75% from 255) = 32.87%

 BLUE value IS 204 (80.08% from 255) = 35.11%

R = 32.01%
G = 32.87%
B = 35.11%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BABFCC (or 0xBABFCC) is known color: Spindle. HEX triplet: BA, BF and CC. RGB value is (186,191,204). Sum of RGB (Red+Green+Blue) = 186+191+204=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 204 - color contains mainly: blue. Hex color #BABFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABFCC is #454033. Grayscale: #BEBEBE. Windows color (decimal): -4538420 or 13418426. OLE color: 13418426.

HSL color Cylindrical-coordinate representation of color #BABFCC: hue angle of 223.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BABFCC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 186 191 204 -
CMYK 0.09 0.06 0 0.2
HSL 223.33º 0.15% 0.76% -
HSV(B) 223.33º 0.09% 0.8% -
XYZ 49.78 52.06 64.55 -
YUV 190.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 186 191 204 0.09 0.06 0 0.2 223.33 0.15 0.76
Hex BA BF CC 9 6 0 14 DF F 4C
Octal 272 277 314 11 6 0 24 337 17 114
Binary 10111010 10111111 11001100 1001 110 0 10100 11011111 1111 1001100

Color Harmonies of #BABFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABFCC

Black with #BABFCC

Text Example


Text Example

White with #BABFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABFCC; }

 p { color: rgb(186,191,204); }

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

background-color css

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

 a { background-color: rgb(186,191,204); }

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

border-color css

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

 span { border-color: rgb(186,191,204); }

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