Html Css Color HEX #BED0DD Spindle

📋 copy color: '#BED0DD'

red 190 ◦ green 208 ◦ blue 221

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

Shades of Spindle #BED0DD

Tints of Spindle #BED0DD

RGB

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

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

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

R = 30.69%
G = 33.6%
B = 35.7%

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

#BED0DD (or 0xBED0DD) is known color: Spindle. HEX triplet: BE, D0 and DD. RGB value is (190,208,221). Sum of RGB (Red+Green+Blue) = 190+208+221=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DD is #412F22. Grayscale: #CCCCCC. Windows color (decimal): -4271907 or 14536894. OLE color: 14536894.

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

Color convert

RGB 190 208 221 -
CMYK 0.14 0.06 0 0.13
HSL 205.16º 0.31% 0.81% -
HSV(B) 205.16º 0.14% 0.87% -
XYZ 56.84 61.28 77.24 -
YUV 204.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 190 208 221 0.14 0.06 0 0.13 205.16 0.31 0.81
Hex BE D0 DD E 6 0 D CD 1F 51
Octal 276 320 335 16 6 0 15 315 37 121
Binary 10111110 11010000 11011101 1110 110 0 1101 11001101 11111 1010001

Color Harmonies of #BED0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0DD

Black with #BED0DD

Text Example


Text Example

White with #BED0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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