Html Css Color HEX #B4C9DC Spindle

📋 copy color: '#B4C9DC'

red 180 ◦ green 201 ◦ blue 220

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

Shades of Spindle #B4C9DC

Tints of Spindle #B4C9DC

RGB

 RED value IS 180 (70.7% from 255) = 29.95%

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 29.95%
G = 33.44%
B = 36.61%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4C9DC (or 0xB4C9DC) is known color: Spindle. HEX triplet: B4, C9 and DC. RGB value is (180,201,220). Sum of RGB (Red+Green+Blue) = 180+201+220=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C9DC is #4B3623. Grayscale: #C4C4C4. Windows color (decimal): -4929060 or 14469556. OLE color: 14469556.

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

Color convert

RGB 180 201 220 -
CMYK 0.18 0.09 0 0.14
HSL 208.5º 0.36% 0.78% -
HSV(B) 208.5º 0.18% 0.86% -
XYZ 52.63 56.64 75.87 -
YUV 196.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 180 201 220 0.18 0.09 0 0.14 208.5 0.36 0.78
Hex B4 C9 DC 12 9 0 E D0 24 4E
Octal 264 311 334 22 11 0 16 320 44 116
Binary 10110100 11001001 11011100 10010 1001 0 1110 11010000 100100 1001110

Color Harmonies of #B4C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C9DC

Black with #B4C9DC

Text Example


Text Example

White with #B4C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C9DC; }

 p { color: rgb(180,201,220); }

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

background-color css

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

 a { background-color: rgb(180,201,220); }

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

border-color css

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

 span { border-color: rgb(180,201,220); }

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