Html Css Color HEX #B8C7DB Spindle

📋 copy color: '#B8C7DB'

red 184 ◦ green 199 ◦ blue 219

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

Shades of Spindle #B8C7DB

Tints of Spindle #B8C7DB

RGB

 RED value IS 184 (72.27% from 255) = 30.56%

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

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

R = 30.56%
G = 33.06%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8C7DB (or 0xB8C7DB) is known color: Spindle. HEX triplet: B8, C7 and DB. RGB value is (184,199,219). Sum of RGB (Red+Green+Blue) = 184+199+219=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8C7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C7DB is #473824. Grayscale: #C4C4C4. Windows color (decimal): -4667429 or 14403512. OLE color: 14403512.

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

Color convert

RGB 184 199 219 -
CMYK 0.16 0.09 0 0.14
HSL 214.29º 0.33% 0.79% -
HSV(B) 214.29º 0.16% 0.86% -
XYZ 52.98 56.15 75.06 -
YUV 196.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 184 199 219 0.16 0.09 0 0.14 214.29 0.33 0.79
Hex B8 C7 DB 10 9 0 E D6 21 4F
Octal 270 307 333 20 11 0 16 326 41 117
Binary 10111000 11000111 11011011 10000 1001 0 1110 11010110 100001 1001111

Color Harmonies of #B8C7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C7DB

Black with #B8C7DB

Text Example


Text Example

White with #B8C7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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