Html Css Color HEX #BFD0D9 Spindle

📋 copy color: '#BFD0D9'

red 191 ◦ green 208 ◦ blue 217

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

Shades of Spindle #BFD0D9

Tints of Spindle #BFD0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

 BLUE value IS 217 (85.16% from 255) = 35.23%

R = 31.01%
G = 33.77%
B = 35.23%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFD0D9 (or 0xBFD0D9) is known color: Spindle. HEX triplet: BF, D0 and D9. RGB value is (191,208,217). Sum of RGB (Red+Green+Blue) = 191+208+217=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 217 (85.16% from 255 or 35.23% from 616); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D9 is #402F26. Grayscale: #CBCBCB. Windows color (decimal): -4206375 or 14274751. OLE color: 14274751.

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

Color convert

RGB 191 208 217 -
CMYK 0.12 0.04 0 0.15
HSL 200.77º 0.25% 0.8% -
HSV(B) 200.77º 0.12% 0.85% -
XYZ 56.57 61.2 74.48 -
YUV 203.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 191 208 217 0.12 0.04 0 0.15 200.77 0.25 0.8
Hex BF D0 D9 C 4 0 F C9 19 50
Octal 277 320 331 14 4 0 17 311 31 120
Binary 10111111 11010000 11011001 1100 100 0 1111 11001001 11001 1010000

Color Harmonies of #BFD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD0D9

Black with #BFD0D9

Text Example


Text Example

White with #BFD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD0D9; }

 p { color: rgb(191,208,217); }

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

background-color css

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

 a { background-color: rgb(191,208,217); }

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

border-color css

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

 span { border-color: rgb(191,208,217); }

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