Html Css Color HEX #BFD1DC Spindle

📋 copy color: '#BFD1DC'

red 191 ◦ green 209 ◦ blue 220

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

Shades of Spindle #BFD1DC

Tints of Spindle #BFD1DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 30.81%
G = 33.71%
B = 35.48%

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

#BFD1DC (or 0xBFD1DC) is known color: Spindle. HEX triplet: BF, D1 and DC. RGB value is (191,209,220). Sum of RGB (Red+Green+Blue) = 191+209+220=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFD1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DC is #402E23. Grayscale: #CCCCCC. Windows color (decimal): -4206116 or 14471615. OLE color: 14471615.

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

Color convert

RGB 191 209 220 -
CMYK 0.13 0.05 0 0.14
HSL 202.76º 0.29% 0.81% -
HSV(B) 202.76º 0.13% 0.86% -
XYZ 57.2 61.84 76.63 -
YUV 204.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 191 209 220 0.13 0.05 0 0.14 202.76 0.29 0.81
Hex BF D1 DC D 5 0 E CB 1D 51
Octal 277 321 334 15 5 0 16 313 35 121
Binary 10111111 11010001 11011100 1101 101 0 1110 11001011 11101 1010001

Color Harmonies of #BFD1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1DC

Black with #BFD1DC

Text Example


Text Example

White with #BFD1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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