Html Css Color HEX #BED1DD Spindle

📋 copy color: '#BED1DD'

red 190 ◦ green 209 ◦ blue 221

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

Shades of Spindle #BED1DD

Tints of Spindle #BED1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.65%

R = 30.65%
G = 33.71%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED1DD (or 0xBED1DD) is known color: Spindle. HEX triplet: BE, D1 and DD. RGB value is (190,209,221). Sum of RGB (Red+Green+Blue) = 190+209+221=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED1DD is #412E22. Grayscale: #CCCCCC. Windows color (decimal): -4271651 or 14537150. OLE color: 14537150.

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

Color convert

RGB 190 209 221 -
CMYK 0.14 0.05 0 0.13
HSL 203.23º 0.31% 0.81% -
HSV(B) 203.23º 0.14% 0.87% -
XYZ 57.09 61.77 77.32 -
YUV 204.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 190 209 221 0.14 0.05 0 0.13 203.23 0.31 0.81
Hex BE D1 DD E 5 0 D CB 1F 51
Octal 276 321 335 16 5 0 15 313 37 121
Binary 10111110 11010001 11011101 1110 101 0 1101 11001011 11111 1010001

Color Harmonies of #BED1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED1DD

Black with #BED1DD

Text Example


Text Example

White with #BED1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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