Html Css Color HEX #BFCED7 Spindle

📋 copy color: '#BFCED7'

red 191 ◦ green 206 ◦ blue 215

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

Shades of Spindle #BFCED7

Tints of Spindle #BFCED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.13%

R = 31.21%
G = 33.66%
B = 35.13%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BFCED7 (or 0xBFCED7) is known color: Spindle. HEX triplet: BF, CE and D7. RGB value is (191,206,215). Sum of RGB (Red+Green+Blue) = 191+206+215=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED7 is #403128. Grayscale: #CACACA. Windows color (decimal): -4206889 or 14143167. OLE color: 14143167.

HSL color Cylindrical-coordinate representation of color #BFCED7: hue angle of 202.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFCED7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 206 215 -
CMYK 0.11 0.04 0 0.16
HSL 202.5º 0.23% 0.8% -
HSV(B) 202.5º 0.11% 0.84% -
XYZ 55.82 60.13 72.95 -
YUV 202.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 191 206 215 0.11 0.04 0 0.16 202.5 0.23 0.8
Hex BF CE D7 B 4 0 10 CA 17 50
Octal 277 316 327 13 4 0 20 312 27 120
Binary 10111111 11001110 11010111 1011 100 0 10000 11001010 10111 1010000

Color Harmonies of #BFCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED7

Black with #BFCED7

Text Example


Text Example

White with #BFCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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