Html Css Color HEX #B8C6DB Spindle

📋 copy color: '#B8C6DB'

red 184 ◦ green 198 ◦ blue 219

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

Shades of Spindle #B8C6DB

Tints of Spindle #B8C6DB

RGB

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

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

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

R = 30.62%
G = 32.95%
B = 36.44%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8C6DB (or 0xB8C6DB) is known color: Spindle. HEX triplet: B8, C6 and DB. RGB value is (184,198,219). Sum of RGB (Red+Green+Blue) = 184+198+219=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B8C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6DB is #473924. Grayscale: #C4C4C4. Windows color (decimal): -4667685 or 14403256. OLE color: 14403256.

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

Color convert

RGB 184 198 219 -
CMYK 0.16 0.10 0 0.14
HSL 216º 0.33% 0.79% -
HSV(B) 216º 0.16% 0.86% -
XYZ 52.75 55.69 74.99 -
YUV 196.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 184 198 219 0.16 0.10 0 0.14 216 0.33 0.79
Hex B8 C6 DB 10 A 0 E D8 21 4F
Octal 270 306 333 20 12 0 16 330 41 117
Binary 10111000 11000110 11011011 10000 1010 0 1110 11011000 100001 1001111

Color Harmonies of #B8C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6DB

Black with #B8C6DB

Text Example


Text Example

White with #B8C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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