Html Css Color HEX #BFCED9 Spindle

📋 copy color: '#BFCED9'

red 191 ◦ green 206 ◦ blue 217

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

Shades of Spindle #BFCED9

Tints of Spindle #BFCED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.55%

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 31.11%
G = 33.55%
B = 35.34%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFCED9 (or 0xBFCED9) is known color: Spindle. HEX triplet: BF, CE and D9. RGB value is (191,206,217). Sum of RGB (Red+Green+Blue) = 191+206+217=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 206 (80.86% from 255 or 33.55% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED9 is #403126. Grayscale: #CACACA. Windows color (decimal): -4206887 or 14274239. OLE color: 14274239.

HSL color Cylindrical-coordinate representation of color #BFCED9: hue angle of 205.38º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCED9 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 206 217 -
CMYK 0.12 0.05 0 0.15
HSL 205.38º 0.25% 0.8% -
HSV(B) 205.38º 0.12% 0.85% -
XYZ 56.08 60.23 74.32 -
YUV 202.77 136.03 119.61 -
System Red Green Blue C M Y K H S L
Decimal 191 206 217 0.12 0.05 0 0.15 205.38 0.25 0.8
Hex BF CE D9 C 5 0 F CD 19 50
Octal 277 316 331 14 5 0 17 315 31 120
Binary 10111111 11001110 11011001 1100 101 0 1111 11001101 11001 1010000

Color Harmonies of #BFCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED9

Black with #BFCED9

Text Example


Text Example

White with #BFCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED9; }

 p { color: rgb(191,206,217); }

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

background-color css

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

 a { background-color: rgb(191,206,217); }

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

border-color css

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

 span { border-color: rgb(191,206,217); }

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