Html Css Color HEX #BFD1DB Spindle

📋 copy color: '#BFD1DB'

red 191 ◦ green 209 ◦ blue 219

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

Shades of Spindle #BFD1DB

Tints of Spindle #BFD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.76%

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

R = 30.86%
G = 33.76%
B = 35.38%

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

#BFD1DB (or 0xBFD1DB) is known color: Spindle. HEX triplet: BF, D1 and DB. RGB value is (191,209,219). Sum of RGB (Red+Green+Blue) = 191+209+219=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFD1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DB is #402E24. Grayscale: #CCCCCC. Windows color (decimal): -4206117 or 14406079. OLE color: 14406079.

HSL color Cylindrical-coordinate representation of color #BFD1DB: hue angle of 201.43º 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 #BFD1DB is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 209 219 -
CMYK 0.13 0.05 0 0.14
HSL 201.43º 0.28% 0.8% -
HSV(B) 201.43º 0.13% 0.86% -
XYZ 57.07 61.79 75.94 -
YUV 204.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 191 209 219 0.13 0.05 0 0.14 201.43 0.28 0.8
Hex BF D1 DB D 5 0 E C9 1C 50
Octal 277 321 333 15 5 0 16 311 34 120
Binary 10111111 11010001 11011011 1101 101 0 1110 11001001 11100 1010000

Color Harmonies of #BFD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1DB

Black with #BFD1DB

Text Example


Text Example

White with #BFD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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