Html Css Color HEX #BFCED8 Spindle

📋 copy color: '#BFCED8'

red 191 ◦ green 206 ◦ blue 216

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

Shades of Spindle #BFCED8

Tints of Spindle #BFCED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.24%

R = 31.16%
G = 33.61%
B = 35.24%

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

#BFCED8 (or 0xBFCED8) is known color: Spindle. HEX triplet: BF, CE and D8. RGB value is (191,206,216). Sum of RGB (Red+Green+Blue) = 191+206+216=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 216 (84.77% from 255 or 35.24% from 613); Max value from RGB is 216 - color contains mainly: blue. Hex color #BFCED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCED8 is #403127. Grayscale: #CACACA. Windows color (decimal): -4206888 or 14208703. OLE color: 14208703.

HSL color Cylindrical-coordinate representation of color #BFCED8: hue angle of 204º degrees, saturation: 0.24, 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 #BFCED8 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 206 216 -
CMYK 0.12 0.05 0 0.15
HSL 204º 0.24% 0.8% -
HSV(B) 204º 0.12% 0.85% -
XYZ 55.95 60.18 73.63 -
YUV 202.66 135.53 119.69 -
System Red Green Blue C M Y K H S L
Decimal 191 206 216 0.12 0.05 0 0.15 204 0.24 0.8
Hex BF CE D8 C 5 0 F CC 18 50
Octal 277 316 330 14 5 0 17 314 30 120
Binary 10111111 11001110 11011000 1100 101 0 1111 11001100 11000 1010000

Color Harmonies of #BFCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCED8

Black with #BFCED8

Text Example


Text Example

White with #BFCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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