Html Css Color HEX #BBCBD1 Spindle

📋 copy color: '#BBCBD1'

red 187 ◦ green 203 ◦ blue 209

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

Shades of Spindle #BBCBD1

Tints of Spindle #BBCBD1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.89%

 BLUE value IS 209 (82.03% from 255) = 34.89%

R = 31.22%
G = 33.89%
B = 34.89%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBCBD1 (or 0xBBCBD1) is known color: Spindle. HEX triplet: BB, CB and D1. RGB value is (187,203,209). Sum of RGB (Red+Green+Blue) = 187+203+209=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD1 is #44342E. Grayscale: #C6C6C6. Windows color (decimal): -4469807 or 13749179. OLE color: 13749179.

HSL color Cylindrical-coordinate representation of color #BBCBD1: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCBD1 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 203 209 -
CMYK 0.11 0.03 0 0.18
HSL 196.36º 0.19% 0.78% -
HSV(B) 196.36º 0.11% 0.82% -
XYZ 53.36 57.88 68.68 -
YUV 198.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 187 203 209 0.11 0.03 0 0.18 196.36 0.19 0.78
Hex BB CB D1 B 3 0 12 C4 13 4E
Octal 273 313 321 13 3 0 22 304 23 116
Binary 10111011 11001011 11010001 1011 11 0 10010 11000100 10011 1001110

Color Harmonies of #BBCBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBD1

Black with #BBCBD1

Text Example


Text Example

White with #BBCBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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