Html Css Color HEX #B0C1CF Spindle

📋 copy color: '#B0C1CF'

red 176 ◦ green 193 ◦ blue 207

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

Shades of Spindle #B0C1CF

Tints of Spindle #B0C1CF

RGB

 RED value IS 176 (69.14% from 255) = 30.56%

 GREEN value IS 193 (75.78% from 255) = 33.51%

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

R = 30.56%
G = 33.51%
B = 35.94%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0C1CF (or 0xB0C1CF) is known color: Spindle. HEX triplet: B0, C1 and CF. RGB value is (176,193,207). Sum of RGB (Red+Green+Blue) = 176+193+207=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0C1CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1CF is #4F3E30. Grayscale: #BDBDBD. Windows color (decimal): -5193265 or 13615536. OLE color: 13615536.

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

Color convert

RGB 176 193 207 -
CMYK 0.15 0.07 0 0.19
HSL 207.1º 0.24% 0.75% -
HSV(B) 207.1º 0.15% 0.81% -
XYZ 48.24 51.88 66.5 -
YUV 189.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 176 193 207 0.15 0.07 0 0.19 207.1 0.24 0.75
Hex B0 C1 CF F 7 0 13 CF 18 4B
Octal 260 301 317 17 7 0 23 317 30 113
Binary 10110000 11000001 11001111 1111 111 0 10011 11001111 11000 1001011

Color Harmonies of #B0C1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C1CF

Black with #B0C1CF

Text Example


Text Example

White with #B0C1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C1CF; }

 p { color: rgb(176,193,207); }

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

background-color css

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

 a { background-color: rgb(176,193,207); }

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

border-color css

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

 span { border-color: rgb(176,193,207); }

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