Html Css Color HEX #BFC4CA Spindle

📋 copy color: '#BFC4CA'

red 191 ◦ green 196 ◦ blue 202

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

Shades of Spindle #BFC4CA

Tints of Spindle #BFC4CA

RGB

 RED value IS 191 (75% from 255) = 32.43%

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

 BLUE value IS 202 (79.3% from 255) = 34.3%

R = 32.43%
G = 33.28%
B = 34.3%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BFC4CA (or 0xBFC4CA) is known color: Spindle. HEX triplet: BF, C4 and CA. RGB value is (191,196,202). Sum of RGB (Red+Green+Blue) = 191+196+202=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFC4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4CA is #403B35. Grayscale: #C3C3C3. Windows color (decimal): -4209462 or 13288639. OLE color: 13288639.

HSL color Cylindrical-coordinate representation of color #BFC4CA: hue angle of 212.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFC4CA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 196 202 -
CMYK 0.05 0.03 0 0.21
HSL 212.73º 0.09% 0.77% -
HSV(B) 212.73º 0.05% 0.79% -
XYZ 51.89 54.82 63.72 -
YUV 195.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 191 196 202 0.05 0.03 0 0.21 212.73 0.09 0.77
Hex BF C4 CA 5 3 0 15 D5 9 4D
Octal 277 304 312 5 3 0 25 325 11 115
Binary 10111111 11000100 11001010 101 11 0 10101 11010101 1001 1001101

Color Harmonies of #BFC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC4CA

Black with #BFC4CA

Text Example


Text Example

White with #BFC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC4CA; }

 p { color: rgb(191,196,202); }

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

background-color css

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

 a { background-color: rgb(191,196,202); }

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

border-color css

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

 span { border-color: rgb(191,196,202); }

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