Html Css Color HEX #BBC8DB Spindle

📋 copy color: '#BBC8DB'

red 187 ◦ green 200 ◦ blue 219

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

Shades of Spindle #BBC8DB

Tints of Spindle #BBC8DB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33%

 BLUE value IS 219 (85.94% from 255) = 36.14%

R = 30.86%
G = 33%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BBC8DB (or 0xBBC8DB) is known color: Spindle. HEX triplet: BB, C8 and DB. RGB value is (187,200,219). Sum of RGB (Red+Green+Blue) = 187+200+219=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC8DB is #443724. Grayscale: #C6C6C6. Windows color (decimal): -4470565 or 14403771. OLE color: 14403771.

HSL color Cylindrical-coordinate representation of color #BBC8DB: hue angle of 215.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC8DB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 200 219 -
CMYK 0.15 0.09 0 0.14
HSL 215.63º 0.31% 0.8% -
HSV(B) 215.63º 0.15% 0.86% -
XYZ 53.93 56.99 75.17 -
YUV 198.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 187 200 219 0.15 0.09 0 0.14 215.63 0.31 0.8
Hex BB C8 DB F 9 0 E D8 1F 50
Octal 273 310 333 17 11 0 16 330 37 120
Binary 10111011 11001000 11011011 1111 1001 0 1110 11011000 11111 1010000

Color Harmonies of #BBC8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC8DB

Black with #BBC8DB

Text Example


Text Example

White with #BBC8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC8DB; }

 p { color: rgb(187,200,219); }

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

background-color css

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

 a { background-color: rgb(187,200,219); }

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

border-color css

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

 span { border-color: rgb(187,200,219); }

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