Html Css Color HEX #BBC6D1 Spindle

📋 copy color: '#BBC6D1'

red 187 ◦ green 198 ◦ blue 209

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

Shades of Spindle #BBC6D1

Tints of Spindle #BBC6D1

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.33%

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

R = 31.48%
G = 33.33%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BBC6D1 (or 0xBBC6D1) is known color: Spindle. HEX triplet: BB, C6 and D1. RGB value is (187,198,209). Sum of RGB (Red+Green+Blue) = 187+198+209=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 209 (82.03% from 255 or 35.19% from 594); Max value from RGB is 209 - color contains mainly: blue. Hex color #BBC6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6D1 is #44392E. Grayscale: #C3C3C3. Windows color (decimal): -4471087 or 13747899. OLE color: 13747899.

HSL color Cylindrical-coordinate representation of color #BBC6D1: hue angle of 210º 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 #BBC6D1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 198 209 -
CMYK 0.11 0.05 0 0.18
HSL 210º 0.19% 0.78% -
HSV(B) 210º 0.11% 0.82% -
XYZ 52.2 55.56 68.29 -
YUV 195.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 187 198 209 0.11 0.05 0 0.18 210 0.19 0.78
Hex BB C6 D1 B 5 0 12 D2 13 4E
Octal 273 306 321 13 5 0 22 322 23 116
Binary 10111011 11000110 11010001 1011 101 0 10010 11010010 10011 1001110

Color Harmonies of #BBC6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6D1

Black with #BBC6D1

Text Example


Text Example

White with #BBC6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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