Html Css Color HEX #BFCED5 Spindle

📋 copy color: '#BFCED5'

red 191 ◦ green 206 ◦ blue 213

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

Shades of Spindle #BFCED5

Tints of Spindle #BFCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 31.31%
G = 33.77%
B = 34.92%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFCED5 (or 0xBFCED5) is known color: Spindle. HEX triplet: BF, CE and D5. RGB value is (191,206,213). Sum of RGB (Red+Green+Blue) = 191+206+213=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFCED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED5 is #40312A. Grayscale: #CACACA. Windows color (decimal): -4206891 or 14012095. OLE color: 14012095.

HSL color Cylindrical-coordinate representation of color #BFCED5: hue angle of 199.09º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCED5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 206 213 -
CMYK 0.10 0.03 0 0.16
HSL 199.09º 0.21% 0.79% -
HSV(B) 199.09º 0.1% 0.84% -
XYZ 55.57 60.02 71.61 -
YUV 202.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 191 206 213 0.10 0.03 0 0.16 199.09 0.21 0.79
Hex BF CE D5 A 3 0 10 C7 15 4F
Octal 277 316 325 12 3 0 20 307 25 117
Binary 10111111 11001110 11010101 1010 11 0 10000 11000111 10101 1001111

Color Harmonies of #BFCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED5

Black with #BFCED5

Text Example


Text Example

White with #BFCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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