Html Css Color HEX #B6C8DB Spindle

📋 copy color: '#B6C8DB'

red 182 ◦ green 200 ◦ blue 219

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

Shades of Spindle #B6C8DB

Tints of Spindle #B6C8DB

RGB

 RED value IS 182 (71.48% from 255) = 30.28%

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

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

R = 30.28%
G = 33.28%
B = 36.44%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6C8DB (or 0xB6C8DB) is known color: Spindle. HEX triplet: B6, C8 and DB. RGB value is (182,200,219). Sum of RGB (Red+Green+Blue) = 182+200+219=601 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.28% from 601); Green value is 200 (78.52% from 255 or 33.28% 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 #B6C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C8DB is #493724. Grayscale: #C4C4C4. Windows color (decimal): -4798245 or 14403766. OLE color: 14403766.

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

Color convert

RGB 182 200 219 -
CMYK 0.17 0.09 0 0.14
HSL 210.81º 0.34% 0.79% -
HSV(B) 210.81º 0.17% 0.86% -
XYZ 52.73 56.37 75.12 -
YUV 196.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 182 200 219 0.17 0.09 0 0.14 210.81 0.34 0.79
Hex B6 C8 DB 11 9 0 E D3 22 4F
Octal 266 310 333 21 11 0 16 323 42 117
Binary 10110110 11001000 11011011 10001 1001 0 1110 11010011 100010 1001111

Color Harmonies of #B6C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C8DB

Black with #B6C8DB

Text Example


Text Example

White with #B6C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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