Html Css Color HEX #BED1DF Spindle

📋 copy color: '#BED1DF'

red 190 ◦ green 209 ◦ blue 223

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

Shades of Spindle #BED1DF

Tints of Spindle #BED1DF

RGB

 RED value IS 190 (74.61% from 255) = 30.55%

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 30.55%
G = 33.6%
B = 35.85%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED1DF (or 0xBED1DF) is known color: Spindle. HEX triplet: BE, D1 and DF. RGB value is (190,209,223). Sum of RGB (Red+Green+Blue) = 190+209+223=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DF is #412E20. Grayscale: #CCCCCC. Windows color (decimal): -4271649 or 14668222. OLE color: 14668222.

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

Color convert

RGB 190 209 223 -
CMYK 0.15 0.06 0 0.13
HSL 205.45º 0.34% 0.81% -
HSV(B) 205.45º 0.15% 0.87% -
XYZ 57.35 61.88 78.73 -
YUV 204.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 190 209 223 0.15 0.06 0 0.13 205.45 0.34 0.81
Hex BE D1 DF F 6 0 D CD 22 51
Octal 276 321 337 17 6 0 15 315 42 121
Binary 10111110 11010001 11011111 1111 110 0 1101 11001101 100010 1010001

Color Harmonies of #BED1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1DF

Black with #BED1DF

Text Example


Text Example

White with #BED1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1DF; }

 p { color: rgb(190,209,223); }

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

background-color css

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

 a { background-color: rgb(190,209,223); }

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

border-color css

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

 span { border-color: rgb(190,209,223); }

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