Html Css Color HEX #B4C0CE Spindle

📋 copy color: '#B4C0CE'

red 180 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B4C0CE

Tints of Spindle #B4C0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 31.14%
G = 33.22%
B = 35.64%

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

#B4C0CE (or 0xB4C0CE) is known color: Spindle. HEX triplet: B4, C0 and CE. RGB value is (180,192,206). Sum of RGB (Red+Green+Blue) = 180+192+206=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C0CE is #4B3F31. Grayscale: #BDBDBD. Windows color (decimal): -4931378 or 13549748. OLE color: 13549748.

HSL color Cylindrical-coordinate representation of color #B4C0CE: hue angle of 212.31º degrees, saturation: 0.21, 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 #B4C0CE is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 192 206 -
CMYK 0.13 0.07 0 0.19
HSL 212.31º 0.21% 0.76% -
HSV(B) 212.31º 0.13% 0.81% -
XYZ 48.81 51.86 65.83 -
YUV 190.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 180 192 206 0.13 0.07 0 0.19 212.31 0.21 0.76
Hex B4 C0 CE D 7 0 13 D4 15 4C
Octal 264 300 316 15 7 0 23 324 25 114
Binary 10110100 11000000 11001110 1101 111 0 10011 11010100 10101 1001100

Color Harmonies of #B4C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C0CE

Black with #B4C0CE

Text Example


Text Example

White with #B4C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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