Html Css Color HEX #BFCFDB Spindle

📋 copy color: '#BFCFDB'

red 191 ◦ green 207 ◦ blue 219

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

Shades of Spindle #BFCFDB

Tints of Spindle #BFCFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.55%

 BLUE value IS 219 (85.94% from 255) = 35.49%

R = 30.96%
G = 33.55%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFCFDB (or 0xBFCFDB) is known color: Spindle. HEX triplet: BF, CF and DB. RGB value is (191,207,219). Sum of RGB (Red+Green+Blue) = 191+207+219=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 207 (81.25% from 255 or 33.55% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFDB is #403024. Grayscale: #CBCBCB. Windows color (decimal): -4206629 or 14405567. OLE color: 14405567.

HSL color Cylindrical-coordinate representation of color #BFCFDB: hue angle of 205.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFCFDB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 207 219 -
CMYK 0.13 0.05 0 0.14
HSL 205.71º 0.28% 0.8% -
HSV(B) 205.71º 0.13% 0.86% -
XYZ 56.58 60.82 75.77 -
YUV 203.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 191 207 219 0.13 0.05 0 0.14 205.71 0.28 0.8
Hex BF CF DB D 5 0 E CE 1C 50
Octal 277 317 333 15 5 0 16 316 34 120
Binary 10111111 11001111 11011011 1101 101 0 1110 11001110 11100 1010000

Color Harmonies of #BFCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCFDB

Black with #BFCFDB

Text Example


Text Example

White with #BFCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCFDB; }

 p { color: rgb(191,207,219); }

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

background-color css

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

 a { background-color: rgb(191,207,219); }

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

border-color css

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

 span { border-color: rgb(191,207,219); }

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