Html Css Color HEX #B4C0CF Spindle

📋 copy color: '#B4C0CF'

red 180 ◦ green 192 ◦ blue 207

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

Shades of Spindle #B4C0CF

Tints of Spindle #B4C0CF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.16%

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 31.09%
G = 33.16%
B = 35.75%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B4C0CF (or 0xB4C0CF) is known color: Spindle. HEX triplet: B4, C0 and CF. RGB value is (180,192,207). Sum of RGB (Red+Green+Blue) = 180+192+207=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CF is #4B3F30. Grayscale: #BEBEBE. Windows color (decimal): -4931377 or 13615284. OLE color: 13615284.

HSL color Cylindrical-coordinate representation of color #B4C0CF: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C0CF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 192 207 -
CMYK 0.13 0.07 0 0.19
HSL 213.33º 0.22% 0.76% -
HSV(B) 213.33º 0.13% 0.81% -
XYZ 48.93 51.91 66.47 -
YUV 190.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 180 192 207 0.13 0.07 0 0.19 213.33 0.22 0.76
Hex B4 C0 CF D 7 0 13 D5 16 4C
Octal 264 300 317 15 7 0 23 325 26 114
Binary 10110100 11000000 11001111 1101 111 0 10011 11010101 10110 1001100

Color Harmonies of #B4C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0CF

Black with #B4C0CF

Text Example


Text Example

White with #B4C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0CF; }

 p { color: rgb(180,192,207); }

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

background-color css

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

 a { background-color: rgb(180,192,207); }

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

border-color css

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

 span { border-color: rgb(180,192,207); }

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