Html Css Color HEX #BBC7DB Spindle

📋 copy color: '#BBC7DB'

red 187 ◦ green 199 ◦ blue 219

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

Shades of Spindle #BBC7DB

Tints of Spindle #BBC7DB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.89%

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

R = 30.91%
G = 32.89%
B = 36.2%

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

#BBC7DB (or 0xBBC7DB) is known color: Spindle. HEX triplet: BB, C7 and DB. RGB value is (187,199,219). Sum of RGB (Red+Green+Blue) = 187+199+219=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 199 (78.12% from 255 or 32.89% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #BBC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DB is #443824. Grayscale: #C5C5C5. Windows color (decimal): -4470821 or 14403515. OLE color: 14403515.

HSL color Cylindrical-coordinate representation of color #BBC7DB: hue angle of 217.5º 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 #BBC7DB is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 199 219 -
CMYK 0.15 0.09 0 0.14
HSL 217.5º 0.31% 0.8% -
HSV(B) 217.5º 0.15% 0.86% -
XYZ 53.7 56.53 75.1 -
YUV 197.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 187 199 219 0.15 0.09 0 0.14 217.5 0.31 0.8
Hex BB C7 DB F 9 0 E DA 1F 50
Octal 273 307 333 17 11 0 16 332 37 120
Binary 10111011 11000111 11011011 1111 1001 0 1110 11011010 11111 1010000

Color Harmonies of #BBC7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7DB

Black with #BBC7DB

Text Example


Text Example

White with #BBC7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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