Html Css Color HEX #BBC1C9 Spindle

📋 copy color: '#BBC1C9'

red 187 ◦ green 193 ◦ blue 201

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

Shades of Spindle #BBC1C9

Tints of Spindle #BBC1C9

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.22%

 BLUE value IS 201 (78.91% from 255) = 34.6%

R = 32.19%
G = 33.22%
B = 34.6%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC1C9 (or 0xBBC1C9) is known color: Spindle. HEX triplet: BB, C1 and C9. RGB value is (187,193,201). Sum of RGB (Red+Green+Blue) = 187+193+201=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBC1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C9 is #443E36. Grayscale: #C0C0C0. Windows color (decimal): -4472375 or 13222331. OLE color: 13222331.

HSL color Cylindrical-coordinate representation of color #BBC1C9: hue angle of 214.29º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC1C9 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 193 201 -
CMYK 0.07 0.04 0 0.21
HSL 214.29º 0.11% 0.76% -
HSV(B) 214.29º 0.07% 0.79% -
XYZ 50.11 52.92 62.83 -
YUV 192.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 187 193 201 0.07 0.04 0 0.21 214.29 0.11 0.76
Hex BB C1 C9 7 4 0 15 D6 B 4C
Octal 273 301 311 7 4 0 25 326 13 114
Binary 10111011 11000001 11001001 111 100 0 10101 11010110 1011 1001100

Color Harmonies of #BBC1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1C9

Black with #BBC1C9

Text Example


Text Example

White with #BBC1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1C9; }

 p { color: rgb(187,193,201); }

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

background-color css

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

 a { background-color: rgb(187,193,201); }

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

border-color css

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

 span { border-color: rgb(187,193,201); }

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