Html Css Color HEX #B1C4CF Spindle

📋 copy color: '#B1C4CF'

red 177 ◦ green 196 ◦ blue 207

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

Shades of Spindle #B1C4CF

Tints of Spindle #B1C4CF

RGB

 RED value IS 177 (69.53% from 255) = 30.52%

 GREEN value IS 196 (76.95% from 255) = 33.79%

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

R = 30.52%
G = 33.79%
B = 35.69%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1C4CF (or 0xB1C4CF) is known color: Spindle. HEX triplet: B1, C4 and CF. RGB value is (177,196,207). Sum of RGB (Red+Green+Blue) = 177+196+207=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C4CF is #4E3B30. Grayscale: #BFBFBF. Windows color (decimal): -5126961 or 13616305. OLE color: 13616305.

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

Color convert

RGB 177 196 207 -
CMYK 0.14 0.05 0 0.19
HSL 202º 0.24% 0.75% -
HSV(B) 202º 0.14% 0.81% -
XYZ 49.13 53.33 66.74 -
YUV 191.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 177 196 207 0.14 0.05 0 0.19 202 0.24 0.75
Hex B1 C4 CF E 5 0 13 CA 18 4B
Octal 261 304 317 16 5 0 23 312 30 113
Binary 10110001 11000100 11001111 1110 101 0 10011 11001010 11000 1001011

Color Harmonies of #B1C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C4CF

Black with #B1C4CF

Text Example


Text Example

White with #B1C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C4CF; }

 p { color: rgb(177,196,207); }

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

background-color css

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

 a { background-color: rgb(177,196,207); }

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

border-color css

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

 span { border-color: rgb(177,196,207); }

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