Html Css Color HEX #BFD1DE Spindle

📋 copy color: '#BFD1DE'

red 191 ◦ green 209 ◦ blue 222

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

Shades of Spindle #BFD1DE

Tints of Spindle #BFD1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.69%

R = 30.71%
G = 33.6%
B = 35.69%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFD1DE (or 0xBFD1DE) is known color: Spindle. HEX triplet: BF, D1 and DE. RGB value is (191,209,222). Sum of RGB (Red+Green+Blue) = 191+209+222=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1DE is #402E21. Grayscale: #CDCDCD. Windows color (decimal): -4206114 or 14602687. OLE color: 14602687.

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

Color convert

RGB 191 209 222 -
CMYK 0.14 0.06 0 0.13
HSL 205.16º 0.32% 0.81% -
HSV(B) 205.16º 0.14% 0.87% -
XYZ 57.47 61.95 78.04 -
YUV 205.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 191 209 222 0.14 0.06 0 0.13 205.16 0.32 0.81
Hex BF D1 DE E 6 0 D CD 20 51
Octal 277 321 336 16 6 0 15 315 40 121
Binary 10111111 11010001 11011110 1110 110 0 1101 11001101 100000 1010001

Color Harmonies of #BFD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD1DE

Black with #BFD1DE

Text Example


Text Example

White with #BFD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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