Html Css Color HEX #BBCBD6 Spindle

📋 copy color: '#BBCBD6'

red 187 ◦ green 203 ◦ blue 214

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

Shades of Spindle #BBCBD6

Tints of Spindle #BBCBD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.43%

R = 30.96%
G = 33.61%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BBCBD6 (or 0xBBCBD6) is known color: Spindle. HEX triplet: BB, CB and D6. RGB value is (187,203,214). Sum of RGB (Red+Green+Blue) = 187+203+214=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 214 - color contains mainly: blue. Hex color #BBCBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBD6 is #443429. Grayscale: #C7C7C7. Windows color (decimal): -4469802 or 14076859. OLE color: 14076859.

HSL color Cylindrical-coordinate representation of color #BBCBD6: hue angle of 204.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBCBD6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 203 214 -
CMYK 0.13 0.05 0 0.16
HSL 204.44º 0.25% 0.79% -
HSV(B) 204.44º 0.13% 0.84% -
XYZ 53.99 58.13 71.99 -
YUV 199.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 187 203 214 0.13 0.05 0 0.16 204.44 0.25 0.79
Hex BB CB D6 D 5 0 10 CC 19 4F
Octal 273 313 326 15 5 0 20 314 31 117
Binary 10111011 11001011 11010110 1101 101 0 10000 11001100 11001 1001111

Color Harmonies of #BBCBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBD6

Black with #BBCBD6

Text Example


Text Example

White with #BBCBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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