Html Css Color HEX #B2C4CF Spindle

📋 copy color: '#B2C4CF'

red 178 ◦ green 196 ◦ blue 207

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

Shades of Spindle #B2C4CF

Tints of Spindle #B2C4CF

RGB

 RED value IS 178 (69.92% from 255) = 30.64%

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

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

R = 30.64%
G = 33.73%
B = 35.63%

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

#B2C4CF (or 0xB2C4CF) is known color: Spindle. HEX triplet: B2, C4 and CF. RGB value is (178,196,207). Sum of RGB (Red+Green+Blue) = 178+196+207=581 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.64% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2C4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C4CF is #4D3B30. Grayscale: #BFBFBF. Windows color (decimal): -5061425 or 13616306. OLE color: 13616306.

HSL color Cylindrical-coordinate representation of color #B2C4CF: hue angle of 202.76º degrees, saturation: 0.23, 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 #B2C4CF is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 196 207 -
CMYK 0.14 0.05 0 0.19
HSL 202.76º 0.23% 0.75% -
HSV(B) 202.76º 0.14% 0.81% -
XYZ 49.36 53.45 66.75 -
YUV 191.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 178 196 207 0.14 0.05 0 0.19 202.76 0.23 0.75
Hex B2 C4 CF E 5 0 13 CB 17 4B
Octal 262 304 317 16 5 0 23 313 27 113
Binary 10110010 11000100 11001111 1110 101 0 10011 11001011 10111 1001011

Color Harmonies of #B2C4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C4CF

Black with #B2C4CF

Text Example


Text Example

White with #B2C4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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