Html Css Color HEX #BED2DF Spindle

📋 copy color: '#BED2DF'

red 190 ◦ green 210 ◦ blue 223

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

Shades of Spindle #BED2DF

Tints of Spindle #BED2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.71%

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

R = 30.5%
G = 33.71%
B = 35.79%

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

#BED2DF (or 0xBED2DF) is known color: Spindle. HEX triplet: BE, D2 and DF. RGB value is (190,210,223). Sum of RGB (Red+Green+Blue) = 190+210+223=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DF is #412D20. Grayscale: #CDCDCD. Windows color (decimal): -4271393 or 14668478. OLE color: 14668478.

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

Color convert

RGB 190 210 223 -
CMYK 0.15 0.06 0 0.13
HSL 203.64º 0.34% 0.81% -
HSV(B) 203.64º 0.15% 0.87% -
XYZ 57.6 62.37 78.81 -
YUV 205.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 190 210 223 0.15 0.06 0 0.13 203.64 0.34 0.81
Hex BE D2 DF F 6 0 D CC 22 51
Octal 276 322 337 17 6 0 15 314 42 121
Binary 10111110 11010010 11011111 1111 110 0 1101 11001100 100010 1010001

Color Harmonies of #BED2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2DF

Black with #BED2DF

Text Example


Text Example

White with #BED2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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