Html Css Color HEX #BED0DF Spindle

📋 copy color: '#BED0DF'

red 190 ◦ green 208 ◦ blue 223

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

Shades of Spindle #BED0DF

Tints of Spindle #BED0DF

RGB

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

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

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

R = 30.6%
G = 33.49%
B = 35.91%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED0DF (or 0xBED0DF) is known color: Spindle. HEX triplet: BE, D0 and DF. RGB value is (190,208,223). Sum of RGB (Red+Green+Blue) = 190+208+223=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0DF is #412F20. Grayscale: #CCCCCC. Windows color (decimal): -4271905 or 14667966. OLE color: 14667966.

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

Color convert

RGB 190 208 223 -
CMYK 0.15 0.07 0 0.13
HSL 207.27º 0.34% 0.81% -
HSV(B) 207.27º 0.15% 0.87% -
XYZ 57.11 61.39 78.65 -
YUV 204.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 190 208 223 0.15 0.07 0 0.13 207.27 0.34 0.81
Hex BE D0 DF F 7 0 D CF 22 51
Octal 276 320 337 17 7 0 15 317 42 121
Binary 10111110 11010000 11011111 1111 111 0 1101 11001111 100010 1010001

Color Harmonies of #BED0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED0DF

Black with #BED0DF

Text Example


Text Example

White with #BED0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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