Html Css Color HEX #BBBFCB Spindle

📋 copy color: '#BBBFCB'

red 187 ◦ green 191 ◦ blue 203

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

Shades of Spindle #BBBFCB

Tints of Spindle #BBBFCB

RGB

 RED value IS 187 (73.44% from 255) = 32.19%

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

 BLUE value IS 203 (79.69% from 255) = 34.94%

R = 32.19%
G = 32.87%
B = 34.94%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBBFCB (or 0xBBBFCB) is known color: Spindle. HEX triplet: BB, BF and CB. RGB value is (187,191,203). Sum of RGB (Red+Green+Blue) = 187+191+203=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBBFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFCB is #444034. Grayscale: #BFBFBF. Windows color (decimal): -4472885 or 13352891. OLE color: 13352891.

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

Color convert

RGB 187 191 203 -
CMYK 0.08 0.06 0 0.20
HSL 225º 0.13% 0.76% -
HSV(B) 225º 0.08% 0.8% -
XYZ 49.9 52.14 63.93 -
YUV 191.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 187 191 203 0.08 0.06 0 0.20 225 0.13 0.76
Hex BB BF CB 8 6 0 14 E1 D 4C
Octal 273 277 313 10 6 0 24 341 15 114
Binary 10111011 10111111 11001011 1000 110 0 10100 11100001 1101 1001100

Color Harmonies of #BBBFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFCB

Black with #BBBFCB

Text Example


Text Example

White with #BBBFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFCB; }

 p { color: rgb(187,191,203); }

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

background-color css

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

 a { background-color: rgb(187,191,203); }

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

border-color css

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

 span { border-color: rgb(187,191,203); }

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