Html Css Color HEX #B3C9DB Spindle

📋 copy color: '#B3C9DB'

red 179 ◦ green 201 ◦ blue 219

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

Shades of Spindle #B3C9DB

Tints of Spindle #B3C9DB

RGB

 RED value IS 179 (70.31% from 255) = 29.88%

 GREEN value IS 201 (78.91% from 255) = 33.56%

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

R = 29.88%
G = 33.56%
B = 36.56%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3C9DB (or 0xB3C9DB) is known color: Spindle. HEX triplet: B3, C9 and DB. RGB value is (179,201,219). Sum of RGB (Red+Green+Blue) = 179+201+219=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3C9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C9DB is #4C3624. Grayscale: #C4C4C4. Windows color (decimal): -4994597 or 14404019. OLE color: 14404019.

HSL color Cylindrical-coordinate representation of color #B3C9DB: hue angle of 207º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3C9DB is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 201 219 -
CMYK 0.18 0.08 0 0.14
HSL 207º 0.36% 0.78% -
HSV(B) 207º 0.18% 0.86% -
XYZ 52.26 56.47 75.16 -
YUV 196.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 179 201 219 0.18 0.08 0 0.14 207 0.36 0.78
Hex B3 C9 DB 12 8 0 E CF 24 4E
Octal 263 311 333 22 10 0 16 317 44 116
Binary 10110011 11001001 11011011 10010 1000 0 1110 11001111 100100 1001110

Color Harmonies of #B3C9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C9DB

Black with #B3C9DB

Text Example


Text Example

White with #B3C9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C9DB; }

 p { color: rgb(179,201,219); }

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

background-color css

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

 a { background-color: rgb(179,201,219); }

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

border-color css

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

 span { border-color: rgb(179,201,219); }

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